Getprojectile: Difference between revisions
Jump to navigation
Jump to search
Hunter byte (talk | contribs) mNo edit summary |
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 11: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.