Getactor: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
 
No edit summary
Line 2: Line 2:


Use getactor 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 getactor 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]].
[[Category:EDuke commands]]
[[Category:Gamevar manipulation]]

Revision as of 18:36, 24 September 2005

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

Use getactor 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.