Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: elusiven on June 27, 2016, 08:21:37 PM

Title: Static variable[SOLVED]
Post by: elusiven on June 27, 2016, 08:21:37 PM
Hi there,

Is there a way to get value of a static variable into playmaker?

Title: Re: Static variable
Post by: jeanfabre on June 28, 2016, 05:42:14 AM
Hi,

 there was no actions for this no, but I made them on the Ecosystem (http://j.mp/PlayMakerEcosystem):

https://twitter.com/JeanAtPlayMaker/status/747726105243693058

if you have trouble with the Ecosystem there are here:

GetStaticProperty (https://github.com/jeanfabre/PlayMakerCustomActions_U4/blob/master/Assets/PlayMaker%20Custom%20Actions/ScriptControl/GetStaticProperty.cs)
SetStaticProperty (https://github.com/jeanfabre/PlayMakerCustomActions_U4/blob/master/Assets/PlayMaker%20Custom%20Actions/ScriptControl/SetStaticProperty.cs)

Bye,

 Jean