Template:LSO Bytecodes/push-list: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{!}} PUSHARGB | {{!}} PUSHARGB | ||
{{!}} {{LSL Hex|0x5D}} | {{!}} {{LSL Hex|0x5D}} | ||
{{!}} Pop type <byte> from the stack and push into buffer for list (use to prepare list entries) | |||
{{!}} Type | {{!}} Type | ||
{{!}}- | {{!}}- | ||
{{!}} PUSHARGI | {{!}} PUSHARGI | ||
{{!}} {{LSL Hex|0x5E}} | {{!}} {{LSL Hex|0x5E}} | ||
{{!}} | {{!}} Push the following dword onto the stack (used for integer or float) | ||
{{!}}- | {{!}}- | ||
{{!}} PUSHARGF | {{!}} PUSHARGF | ||
{{!}} {{LSL Hex|0x5F}} | {{!}} {{LSL Hex|0x5F}} | ||
{{!}} | {{!}} Push the following dword onto the stack (used for float) | ||
{{!}}- | {{!}}- | ||
{{!}} PUSHARGS | {{!}} PUSHARGS | ||
{{!}} {{LSL Hex|0x60}} | {{!}} {{LSL Hex|0x60}} | ||
{{!}} | {{!}} Push the following null terminated string onto the stack (used for string or key) | ||
{{!}}- | {{!}}- | ||
{{!}} PUSHARGV | {{!}} PUSHARGV | ||
{{!}} {{LSL Hex|0x61}} | {{!}} {{LSL Hex|0x61}} | ||
{{!}} | {{!}} Push the following 3 dwords onto the stack (used for vector) | ||
{{!}}- | {{!}}- | ||
{{!}} PUSHARGQ | {{!}} PUSHARGQ | ||
{{!}} {{LSL Hex|0x62}} | {{!}} {{LSL Hex|0x62}} | ||
{{!}} | {{!}} Push the following 4 dwords onto the stack (used for rotation/quaternion) | ||
<noinclude>|}</noinclude> | <noinclude>|}</noinclude> |
Latest revision as of 07: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) |