Game Basics
Features
Mapmaking
Game Basics
Features
Mapmaking
TraceStack
Prints all the items from the stack to RPL.txt without removing them from the stack. Items are printed one per line and the type of each is also provided. If you open the console with the Tilde (~) key and type trace on in the console, the values will also be printed in the console.
# inspect what a function does to the stack TraceStack # see stack before the call @MyFunction TraceStack # see stack after the call