Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: artistpm on August 27, 2021, 02:22:12 AM
-
Hi guys,
I would like create a custom Playmaker Action for being able to read all the Playmaker global variables name in the period of application start-up. I can use the built in PlayMakerGlobals.Instance.Variables.Categories and e.g. the list of Float variables PlayMakerGlobals.Instance.Variables.FloatVariables however unfortunately I did not find the way connect them. I know that a specific variable is under a specific category in the globals list, but how can I link them in a script?
Thank you for your answer.