C4 Engine
C4 Engine API Documentation

ModifierRegistration::GetModifierName

Defined in:  C4Modifiers.h
Returns the human-readable modifier name.
Prototype

const char *GetModifierName(voidconst;

Description
The GetModifierName function returns the human-readable modifier name for a particular modifier registration. The modifier name is established when the modifier registration is constructed.
See Also

ModifierRegistration::GetModifierType