GlobalVars - hossimo/GMA3Plugins GitHub Wiki
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