Lua/Objects/RenderLight
From NS2 community wiki
|
Lua Object |
|
|
Name |
RenderLight |
|
Inherits |
|
|
Direct Subclasses |
|
|
Client/Server |
Client |
|
Created With |
|
|
Destroyed With |
|
| Description: | |
| | This page needs editing: Stub.
|
LightTypes
RenderLight.Type_Ambient
RenderLight.Type_Point
RenderLight.Type_Spot
Functions
bool RenderLight:GetCastsShadows ( )
Color RenderLight:GetColor ( )
Coords RenderLight:GetCoords ( )
bool RenderLight:GetIsVisible ( )
float RenderLight:GetInnerCone ( )
float RenderLight:GetIntensity ( )
float RenderLight:GetOuterCone ( )
float RenderLight:GetRadius ( )
LightType RenderLight:GetType ( )
RenderLight:SetCastsShadows ( bool castsShadows )
RenderLight:SetColor ( Color )
RenderLight:SetCoords ( Coords )
RenderLight:SetIsVisible ( bool isVisible )
RenderLight:SetInnerCone ( float )
RenderLight:SetIntensity ( float )
RenderLight:SetOuterCone ( float )
