Debug#
Contains various debug-only functionality.
Access with Debug->
.
Variables#
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int[] |
|
const int |
|
int[] |
|
const untyped |
|
const bool |
Functions#
void |
TriggerSecret(int arg1) |
void |
Breakpoint(char32[] string = |
Variable descriptions#
const int PlayfieldOffset π Source
This is the value of the ri->d[] registers.
These vary depending on the function, or the instruction.
For variable access, SETTER: ri->d[0] is the value being passed to the variable.
For variable access, GETTER: ri->d[0] *MIGHT BE* the value read from ther variable. (Need to verify.)
For array access, SETTER: ri->d[0] is the array index, and ri->d[1] is the value.
For array access, GETTER: ri->d[0] is the array index. Not sure on the RVal at this time.
const untyped NULL π Source
const bool Testing π Source
Returns true if this instance of ZC was launched from the βQuest->Testβ option in ZQ.
Function descriptions#
void TriggerSecret(int arg1) π Source
void Breakpoint(char32[] string = NULL
) π Source
Warning
Deprecated! ZASM debugger no longer exists.