Template:LSO Bytecodes/load-global

From Second Life Wiki
< Template:LSO Bytecodes
Revision as of 15:06, 27 November 2007 by Strife Onizuka (talk | contribs) (New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} LOADGP {{!}} {{LSL Hex|0x3F}} {{!}} Pop a dword from the stack and store to global arg0 address. {{!}} dword {{!}}- {{!}} LOADGSP {{!...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LOADGP 0x3F Pop a dword from the stack and store to global arg0 address. dword
LOADGSP 0x40 Pop a string from the stack and store to global arg0 address. dword
LOADGLP 0x41 Pop a list from the stack and store to global arg0 address. dword
LOADGVP 0x42 Pop 3 dwords from the stack and store to global arg0 address. dword
LOADGQP 0x43 Pop 4 dwords from the stack and store to global arg0 address. dword