-
-
Notifications
You must be signed in to change notification settings - Fork 5
GlobalVars
Anthony Headley edited this page Apr 19, 2020
·
2 revisions
None
object: Global Variable Object
local v = GlobalVars()
local result = DelVar(v, "Counter") -- Deletes the COUNTER Global Variable
None
object: Plugin Variable Object ...
-- HAVE NOT TRIED THIS YET
local v = PluginVars()
local result = DelVar(v, "Counter") -- Deletes the COUNTER Plugin Variable