This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:trace [2015/03/19 17:13] – discussion kill warren | crpl:docs:trace [2018/05/01 19:38] (current) – fix code Grabz | ||
---|---|---|---|
Line 10: | Line 10: | ||
The item will be treated as a string. The trace log is limited to 512 entries and will automatically purge older entries first. | The item will be treated as a string. The trace log is limited to 512 entries and will automatically purge older entries first. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
+ | ClearTraceLog | ||
+ | |||
+ | Self CONST_AMMO GetUnitAttribute Trace | ||
+ | |||
+ | # Warp Notation | ||
+ | |||
+ | Trace(Self GetUnitAttribute(CONST_AMMO))</ | ||