Getactorvar

From EDukeWiki
Revision as of 18:23, 2 October 2006 by LordMisfit (talk | contribs)
Jump to navigation Jump to search

getactorvar[<sprite id>].<gamevar1> <gamevar2>

Use getactorvar to set the value of the gamevar <gamevar2> to the value of <gamevar1> within the actor determined by the gamevar <sprite id>. See Actor Member Functions. <gamevar1> must be defined as a "per-actor-variable" for this to work.