Template:LSO Bytecodes/store-global

From Second Life Wiki
< Template:LSO Bytecodes
Revision as of 15:02, 27 November 2007 by Strife Onizuka (talk | contribs) (New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} STOREG {{!}} {{LSL Hex|0x35}} {{!}} Copy a dword from the stack and store to global arg0 address. {{!}} dword {{!}}- {{!}} STOREGS {{...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
STOREG 0x35 Copy a dword from the stack and store to global arg0 address. dword
STOREGS 0x36 Copy a string from the stack and store to global arg0 address. dword
STOREGL 0x37 Copy a list from the stack and store to global arg0 address. dword
STOREGV 0x38 Copy 3 dwords from the stack and store to global arg0 address. dword
STOREGQ 0x39 Copy 4 dwords from the stack and store to global arg0 address. dword