PROJ WORKSLIKE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
Redirected page to Defineprojectile
Tag: New redirect
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
PROJ_WORKSLIKE is a [[defineprojectile]] property used to set flags for projectile function.
#REDIRECT [[defineprojectile]]
 
Note that the damage on impact bit (32768) must be set on the WORKSLIKE of any RPG type projectile (i.e. nonhitscan) for which the projectile itself does damage, as opposed to the damage being caused only by the hitradius.
 
Syntax is:
 
[[defineprojectile]] <tile number> '''PROJ_WORKSLIKE''' <flag value>
 
Add all the desired flags together, and use that value for <flag value>. This works similar to [[cstat (sprite)|cstat]].
 
== Flags ==
 
{{Proj workslike}}
 
[[Category:Bitfields]]
[[Category:Projectile_structure_members]]

Latest revision as of 10:56, 21 February 2020

Redirect to: