Template:LSO Bytecodes/store-local

From Second Life Wiki
< Template:LSO Bytecodes
Revision as of 15:01, 27 November 2007 by Strife Onizuka (talk | contribs) (New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} STORE {{!}} {{LSL Hex|0x30}} {{!}} Copy a dword from the stack and store to local arg0 address. {{!}} dword {{!}}- {{!}} STORES {{!}}...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
STORE 0x30 Copy a dword from the stack and store to local arg0 address. dword
STORES 0x31 Copy a string from the stack and store to local arg0 address. dword
STOREL 0x32 Copy a list from the stack and store to local arg0 address. dword
STOREV 0x33 Copy 3 dwords from the stack and store to local arg0 address. dword
STOREQ 0x34 Copy 4 dwords from the stack and store to local arg0 address. dword