Template:LSO Bytecodes/load-local

From Second Life Wiki
< Template:LSO Bytecodes
Revision as of 15:04, 27 November 2007 by Strife Onizuka (talk | contribs) (New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} LOADP {{!}} {{LSL Hex|0x3A}} {{!}} Pop a dword from the stack and store to local arg0 address. {{!}} dword {{!}}- {{!}} LOADSP {{!}} ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LOADP 0x3A Pop a dword from the stack and store to local arg0 address. dword
LOADSP 0x3B Pop a string from the stack and store to local arg0 address. dword
LOADLP 0x3C Pop a list from the stack and store to local arg0 address. dword
LOADVP 0x3D Pop 3 dwords from the stack and store to local arg0 address. dword
LOADQP 0x3E Pop 4 dwords from the stack and store to local arg0 address. dword