EmergencyLightingClone Method (String)

RAGE Plugin Hook Documentation

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

Creates a new EmergencyLighting that is a copy of the current instance.

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

public EmergencyLighting Clone(
	string name
)

Parameters

name
Type: SystemString
The name of the cloned copy. If null, a unique name will be assigned automatically.

Return Value

Type: EmergencyLighting
A new EmergencyLighting that is a copy of this instance.
See Also

Reference