Difference between revisions of "Template:LSO Bytecodes/store-global"

From Second Life Wiki
Jump to navigation Jump to search
(New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} STOREG {{!}} {{LSL Hex|0x35}} {{!}} Copy a dword from the stack and store to global arg0 address. {{!}} dword {{!}}- {{!}} STOREGS {{...)
 
(No difference)

Latest revision as of 15:02, 27 November 2007

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