C4 Engine
C4 Engine API Documentation

Renderable::GetRenderableFlags

Defined in:  C4Renderable.h
Returns the miscellaneous renderable flags.
Prototype

uint32 GetRenderableFlags(voidconst;

Description
The GetRenderableFlags function returns the miscellaneous renderable flags, which can be a combination (through logical OR) of the following bit flags.
kRenderableStructureInhibit Do not render into the structure or velocity buffers at all.
kRenderableVelocityZero Always render zero in the velocity buffer.
kRenderableComplexMotionBlur Render complex motion blur. (See FGED2, Section 10.7.2.)
kRenderableFogInhibit Do not render with fog.
By default, none of a renderable object's miscellaneous renderable flags are set.
See Also

Renderable::SetRenderableFlags