EmergencyLighting Class

RAGE Plugin Hook Documentation

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

Specifies settings for emergency lighting on vehicles. This class cannot be inherited.
Inheritance Hierarchy

SystemObject
  RageEmergencyLighting

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

public sealed class EmergencyLighting

The EmergencyLighting type exposes the following members.

Constructors

  NameDescription
Public methodEmergencyLighting
Initializes a new instance of the EmergencyLighting class.
Public methodEmergencyLighting(EmergencyLighting)
Initializes a new instance of the EmergencyLighting class.
Top
Properties

  NameDescription
Public propertyLeftHeadLightMultiples
Public propertyLeftHeadLightSequence
Public propertyLeftHeadLightSequenceRaw
Public propertyLeftTailLightMultiples
Public propertyLeftTailLightSequence
Public propertyLeftTailLightSequenceRaw
Public propertyLightFalloffExponent
Public propertyLightFalloffMax
Public propertyLightInnerConeAngle
Public propertyLightOffset
Public propertyLightOuterConeAngle
Public propertyLights
Public propertyName
Gets or sets the name of this instance.
Public propertyRightHeadLightMultiples
Public propertyRightHeadLightSequence
Public propertyRightHeadLightSequenceRaw
Public propertyRightTailLightMultiples
Public propertyRightTailLightSequence
Public propertyRightTailLightSequenceRaw
Public propertySequencerBpm
Public propertyTextureHash
Public propertyTimeMultiplier
Gets or sets the time multiplier for this lighting setting.
Public propertyUseRealLights
Top
Methods

  NameDescription
Public methodClone
Creates a new EmergencyLighting that is a copy of the current instance.
Public methodClone(String)
Creates a new EmergencyLighting that is a copy of the current instance.
Public methodDelete
Deletes this instance.
Public methodStatic memberGet
Gets all EmergencyLighting currently in memory.
Public methodStatic memberGetByName
Gets an instance of EmergencyLighting by its name.
Public methodIsValid
Gets whether this instance is valid.
Top
See Also

Reference