[This is preliminary documentation and is subject to change.]
Specifies settings for emergency lighting on vehicles. This class cannot be inherited.
Inheritance Hierarchy
RageEmergencyLighting
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The EmergencyLighting type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EmergencyLighting | 
Initializes a new instance of the EmergencyLighting class.
  | |
| EmergencyLighting(EmergencyLighting) | 
Initializes a new instance of the EmergencyLighting class.
  | 
Properties
| Name | Description | |
|---|---|---|
| LeftHeadLightMultiples | ||
| LeftHeadLightSequence | ||
| LeftHeadLightSequenceRaw | ||
| LeftTailLightMultiples | ||
| LeftTailLightSequence | ||
| LeftTailLightSequenceRaw | ||
| LightFalloffExponent | ||
| LightFalloffMax | ||
| LightInnerConeAngle | ||
| LightOffset | ||
| LightOuterConeAngle | ||
| Lights | ||
| Name | 
Gets or sets the name of this instance.
  | |
| RightHeadLightMultiples | ||
| RightHeadLightSequence | ||
| RightHeadLightSequenceRaw | ||
| RightTailLightMultiples | ||
| RightTailLightSequence | ||
| RightTailLightSequenceRaw | ||
| SequencerBpm | ||
| TextureHash | ||
| TimeMultiplier | 
Gets or sets the time multiplier for this lighting setting.
  | |
| UseRealLights | 
Methods
| Name | Description | |
|---|---|---|
| Clone | 
Creates a new EmergencyLighting that is a copy of the current instance.
  | |
| Clone(String) | 
Creates a new EmergencyLighting that is a copy of the current instance.
  | |
| Delete | 
Deletes this instance.
  | |
| Get | 
Gets all EmergencyLighting currently in memory.
  | |
| GetByName | 
Gets an instance of EmergencyLighting by its name.
  | |
| IsValid | 
Gets whether this instance is valid.
  | 
See Also