Template:LSO Bytecodes/push-list
< Template:LSO Bytecodes
Jump to navigation
Jump to search
Revision as of 06:06, 17 January 2008 by Strife Onizuka (talk | contribs)
PUSHARGB | 0x5D | Pop type <byte> from the stack and push into buffer for list (use to prepare list entries) | Type |
PUSHARGI | 0x5E | Push the following dword onto the stack (used for integer or float) | |
PUSHARGF | 0x5F | Push the following dword onto the stack (used for float) | |
PUSHARGS | 0x60 | Push the following null terminated string onto the stack (used for string or key) | |
PUSHARGV | 0x61 | Push the following 3 dwords onto the stack (used for vector) | |
PUSHARGQ | 0x62 | Push the following 4 dwords onto the stack (used for rotation/quaternion) |