User Tools

Site Tools


prpl:clearglobals

<- PRPL reference <- Everything Else 2

ClearGlobals

ArgumentsResultNotation
[ - ]

Description

Clear all global variables. Global variables can be accessed from any script on the map.

Examples

"SET" ->*ThisIsAGlobal
<-*ThisIsAGlobal Trace
#Printed "SET" to the trace
ClearGlobals
<-*ThisIsAGlobal Trace
#Printed "" to the trace
prpl/clearglobals.txt · Last modified: 2017/09/23 05:53 by kajacx