EmergencyLightingGetByName Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets an instance of EmergencyLighting by its name.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static EmergencyLighting GetByName(
	string name
)

Parameters

name
Type: SystemString
The case insensitive name of the instance to get.

Return Value

Type: EmergencyLighting
If an instance of EmergencyLighting matches the specified name, returns that instance; otherwise, returns null.
See Also

Reference