Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: artician on May 08, 2021, 02:03:57 PM

Title: [SOLVED] Stuck on Struct!
Post by: artician 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!
Title: Re: [SOLVED] Stuck on Struct!
Post by: artician on May 12, 2021, 11:43:18 AM
I overcame this by learning how to program!!

 ;D ;D ;D
Title: Re: [SOLVED] Stuck on Struct!
Post by: djaydino 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 :)