playMaker

Author Topic: [SOLVED] Stuck on Struct!  (Read 657 times)

artician

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 318
[SOLVED] Stuck on Struct!
« on: May 08, 2021, 02:03:57 PM »
Hi!
I just encountered Structs for the first time.
Is it safe to assume I should write a custom action whenever I need to access such a thing? 
I don't seem to be able to grab the script/variables that I want via GetComponent and GetProperty, even though the object of my interest is visible and selectable.

Thank you in advance!
« Last Edit: May 12, 2021, 11:42:57 AM by artician »

artician

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 318
Re: [SOLVED] Stuck on Struct!
« Reply #1 on: May 12, 2021, 11:43:18 AM »
I overcame this by learning how to program!!

 ;D ;D ;D

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: [SOLVED] Stuck on Struct!
« Reply #2 on: May 13, 2021, 06:46:23 AM »
Hi.
I learn C# thanks to playmaker by looking at the action scripts and started to make my own actions.

for other who bump into this post, a good start to make your own custom actions is to look to this video :)