|
| proto HLIGHT | AddLight (IEntity owner, LightType type, LightFlags flags, float radius, vector color) |
| |
| proto native bool | RemoveLight (HLIGHT light) |
| | removes light
|
| |
| proto native bool | SetLightEx (HLIGHT light, float radius, vector color) |
| |
| proto native bool | SetLightTexture (HLIGHT light, string cubemap) |
| | sets lookup texture for projection lights
|
| |
| proto native int | SetLightFlags (HLIGHT light, LightFlags flags) |
| |
| proto native int | ClearLightFlags (HLIGHT light, LightFlags flags) |
| |
| proto native bool | SetLightCone (HLIGHT light, float cone) |
| | Sets light cone in degrees (for LightType.SPOT).
|
| |
| proto native float | GetSceneHDRMul (int camera) |
| |