<- PRPL reference <- Vars and Functions
Arguments | Result | Notation |
---|---|---|
[ - ] |
Clears all local variables. Local variables persist across script invocations.
1 ->temp trace(<-temp) #prints out 1 to the tracelog ClearLocals trace(<-temp) #prints out 0 to the tracelog