Getthisprojectile: Difference between revisions

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


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

Revision as of 12:33, 4 May 2009

getthisprojectile[<sprite id>].parameter <gamevar>

Sets <gamevar> to the value of the specified parameter of the projectile with the sprite id <sprite id>. The parameters are same as those used with defineprojectile. See also setthisprojectile.