Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Yoshi1234 on March 24, 2016, 07:43:17 PM

Title: change Static Float C#
Post by: Yoshi1234 on March 24, 2016, 07:43:17 PM
Does anyone know how to change static float in C#?
I tried to use set property but static float value didnt appear.
Title: Re: change Static Float C#
Post by: Alex Chouls on March 24, 2016, 11:56:13 PM
We don't have Get/Set Static Property actions yet. Hopefully soon... For now you'd need a custom action.
Title: Re: change Static Float C#
Post by: jeanfabre on March 25, 2016, 02:09:14 AM
Hi,

 A typical example of action using static methods is "GetKey". I would duplicate this one to have a base to create your own actions.

Bye,

 Jean