Difference between revisions of "Template:LSO Bytecodes/load-local"

From Second Life Wiki
Jump to navigation Jump to search
(New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} LOADP {{!}} {{LSL Hex|0x3A}} {{!}} Pop a dword from the stack and store to local arg0 address. {{!}} dword {{!}}- {{!}} LOADSP {{!}} ...)
 
(No difference)

Latest revision as of 15:04, 27 November 2007

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