ZGameEditor Documentation
Community |
DefineVariableDefineVariableDefines a variable that can be used in expressions. PropertiesNameThe name of the variable. A variable can be assigned from an expression in the following syntax: "MyVar=3.5;". ValueThe value of the variable when type is float. This value is not saved in zgeproj-files and is zero by default. IntValueThe value of the variable when type is integer. This value is not saved in zgeproj-files and is zero by default. StringValueThe value of the variable when type is string. This value is not saved in zgeproj-files and is a blank string by default. TypeThe data type of the variable.
|