Setthisprojectile: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
getprojectile[<[[sprite id]]>].parameter <gamevar>
getthisprojectile[<[[sprite id]]>].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 16:19, 4 October 2006

getthisprojectile[<sprite id>].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.