User Tools

Site Tools


crpl:docs:trace

<- CRPL reference <- Debugging

Trace

ArgumentsResultNotation
String or other data n1 –

Description

Pops an item from the stack and adds it to the trace log. The item will be treated as a string. The trace log is limited to 512 entries and will automatically purge older entries first.

Examples

ShowTraceLog
ClearTraceLog
 
Self CONST_AMMO GetUnitAttribute Trace
 
# Warp Notation
 
Trace(Self GetUnitAttribute(CONST_AMMO))
crpl/docs/trace.txt · Last modified: 2018/05/01 19:38 by Grabz