[This is preliminary documentation and is subject to change.]
Gets all EmergencyLighting currently in memory.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- builtIn
- Type: SystemBoolean
If set to true, built in instances will be included. - custom
- Type: SystemBoolean
If set to true, custom instances will be included.
Return Value
Type: EmergencyLightingAn array of type EmergencyLighting containing all types matching the specified arguments.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if both and are set to false. |
See Also