PartProxy
LuaPartForcedSpotlightColor Property |
Set and get forced spotlight color
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public Nullable<int> ForcedSpotlightColor { get; set; }
Public Property ForcedSpotlightColor As Nullable(Of Integer) Get Set
public: property Nullable<int> ForcedSpotlightColor { Nullable<int> get (); void set (Nullable<int> value); }
member ForcedSpotlightColor : Nullable<int> with get, set
Property Value
Type: NullableInt32The color of the forced spotlight.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. or Unable to call the method on part. |
Exception | The method returns to stack an invalid parameter |
