<- CRPL reference <- Vars and Functions
ClearLocals
Clears all local variables. Local variables persist across script invocations.
1 ->temp <-temp Trace #prints out 1 to the tracelog ClearLocals <-temp Trace #prints out 0 to the tracelog