Getuserdef: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
XTHX2 (talk | contribs)
New page: getuserdef[<sprite id>].<functionname> <gamevar> Use getuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprit...
 
XTHX2 (talk | contribs)
No edit summary
Line 1: Line 1:
getuserdef[<sprite id>].<functionname> <gamevar>  
getuserdef[<sprite id>].<functionname> <gamevar>  


Use getuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> . See Actor Member Functions.
Use getuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> . See Userdef Member Functions.

Revision as of 13:48, 10 August 2008

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

Use getuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> . See Userdef Member Functions.