FlashController::GetFlashFlags
Defined in:
Returns the flash flags.
C4Controller.h
Prototype
uint32 GetFlashFlags(void) const;
Description
The GetFlashFlags
function returns the flash flags, which 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