Setuserdef: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Category
One (talk | contribs)
No edit summary
Line 1: Line 1:
setuserdef[<sprite id>].<functionname> <gamevar>  
'''setuserdef'''[<sprite id>].<functionname> <gamevar>  


Use setuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> and set the value of it to the gamevar.
Use setuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> and set the value of it to the gamevar.

Revision as of 13:27, 4 May 2009

setuserdef[<sprite id>].<functionname> <gamevar>

Use setuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> and set the value of it to the gamevar.