[Command] clearGlobal

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

GlobalVariableName.clearGlobal()


USE:
Delete this global variable completely.


TYPE: Command, Non-Ref (but syntax is ref-like)
RETURNS: /
THEME: Variables
COMPARE: getGlobal, setGlobal


EXAMPLE:

Code: Select all

    SugarDaddy.clearGlobal()
    FloatVariable = SugarDaddy.getGlobal() // will now return 0
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply