User Tools

Site Tools


prpl:clearlocals

<- PRPL reference <- Vars and Functions

ClearLocals

ArgumentsResultNotation
[ - ]

Description

Clears all local variables. Local variables persist across script invocations.

Examples

1 ->temp 
trace(<-temp) #prints out 1 to the tracelog 
ClearLocals 
trace(<-temp) #prints out 0 to the tracelog 
prpl/clearlocals.txt · Last modified: 2017/09/23 05:53 by kajacx