Difference between revisions of "Template:LSO Bytecodes/push-list"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
{{!}} PUSHARGB | {{!}} PUSHARGB | ||
{{!}} {{LSL Hex|0x5D}} | {{!}} {{LSL Hex|0x5D}} | ||
{{!}} Pop type <byte> from the stack and push into list (use | {{!}} Pop type <byte> from the stack and push into buffer for list (use to prepare list entries) | ||
{{!}} Type | {{!}} Type | ||
{{!}}- | {{!}}- |
Latest revision as of 06:06, 17 January 2008
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) |