C4 Engine
C4 Engine API Documentation

FlashController::SetFlashFlags

Defined in:  C4Controller.h
Sets the flash flags.
Prototype

void SetFlashFlags(uint32 flags);

Parameters
flags The new flash flags.
Description
The SetFlashFlags function sets the flash flags to the value specified by the flags parameter. This can be a combination (through logical OR) of the following constants.

kFlashNonpersistent The light node is deleted after the flash effect has finished.
See Also

FlashController::GetFlashFlags