Getactor: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
getactor[<[[sprite id]]>].<functionname> <[[gamevar]]>
'''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]].
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]].

Revision as of 12:27, 4 May 2009

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.