Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Red on March 30, 2015, 01:03:48 AM

Title: (Scripting) Is there a way to determine if a variable is "None?"
Post by: Red on March 30, 2015, 01:03:48 AM
Mainly asking since I'm working on a script and I'd like to see if I can determine if a variable is set to "none" so as to set up some cases for the functionality I want to put together.

... P.s. I wish I hadn't been so intimidated by coding. This actually isn't as hard as I thought it'd be.
Title: Re: (Scripting) Is there a way to determine if a variable is "None?"
Post by: jeanfabre on March 30, 2015, 02:12:03 AM
Hi,

 Each FsmXXX variable have a .IsNone property. this is how you find out.

 Bye,

 Jean