Cstator: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Plugwash (talk | contribs)
No edit summary
No edit summary
Line 2: Line 2:


Sets flags for how to draw an actor, as well as afew flags for interaction. This function bitwise ors <number> with the present [[cstat]] instead of simply setting the [[cstat]] to the value given. Useful for adding flags after the fact. See [[cstat]] for a list of flag values and their meanings.
Sets flags for how to draw an actor, as well as afew flags for interaction. This function bitwise ors <number> with the present [[cstat]] instead of simply setting the [[cstat]] to the value given. Useful for adding flags after the fact. See [[cstat]] for a list of flag values and their meanings.
[[Category:Duke3D 1.3/1.5 commands]]

Revision as of 00:51, 24 September 2005

cstator <number>

Sets flags for how to draw an actor, as well as afew flags for interaction. This function bitwise ors <number> with the present cstat instead of simply setting the cstat to the value given. Useful for adding flags after the fact. See cstat for a list of flag values and their meanings.