EmergencyLightingGet Method

RAGE Plugin Hook Documentation

[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

public static EmergencyLighting[] Get(
	bool builtIn,
	bool custom
)

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: EmergencyLighting
An array of type EmergencyLighting containing all types matching the specified arguments.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if both and are set to false.
See Also

Reference