Template:LSO Bytecodes/store-local: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
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 {{!}}...
 
(No difference)

Latest revision as of 15:01, 27 November 2007

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