Setprojectile: Difference between revisions
Jump to navigation
Jump to search
Hunter byte (talk | contribs) mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
setprojectile[tilenum].parameter <gamevar> | '''setprojectile'''[tilenum].parameter <gamevar> | ||
Sets <gamevar> to the value of the specified parameter of the projectile. This works like the equivalent [[defineprojectile]] command but can be used in actor code. See also [[getprojectile]]. | Sets <gamevar> to the value of the specified parameter of the projectile. This works like the equivalent [[defineprojectile]] command but can be used in actor code. See also [[getprojectile]]. |
Revision as of 12:26, 4 May 2009
setprojectile[tilenum].parameter <gamevar>
Sets <gamevar> to the value of the specified parameter of the projectile. This works like the equivalent defineprojectile command but can be used in actor code. See also getprojectile.