Setuserdef: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hunter byte (talk | contribs) m Category |
||
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. | ||
[[Category:EDuke commands]] | |||
[[Category:Userdef structure members]] | |||
[[Category:Gamevar manipulation]] |
Revision as of 01:41, 11 August 2008
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.