Getprojectile: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
getprojectile[tilenum].parameter <gamevar>
'''getprojectile'''[tilenum].parameter <gamevar>


Sets <gamevar> to the value of the specified parameter of the projectile of type tilenum.  The parameters are same as those used with [[defineprojectile]].  See also [[setprojectile]].
Sets <gamevar> to the value of the specified parameter of the projectile of type tilenum.  The parameters are same as those used with [[defineprojectile]].  See also [[setprojectile]].

Revision as of 12:31, 4 May 2009

getprojectile[tilenum].parameter <gamevar>

Sets <gamevar> to the value of the specified parameter of the projectile of type tilenum. The parameters are same as those used with defineprojectile. See also setprojectile.