LeopotamGroup.Scripting.ScriptVar.SetUndefined C# (CSharp) Method

SetUndefined() public method

Set variable as ScriptVarType.Undefined.
public SetUndefined ( ) : void
return void
        public void SetUndefined()
        {
            Type = ScriptVarType.Undefined;
        }