Table of Contents

Class COmniLight

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class COmniLight : CBarnLight, IEquatable<CEntityInstance>
Inheritance
COmniLight
Implements
Inherited Members

Constructors

COmniLight(nint)

public COmniLight(nint pointer)

Parameters

pointer nint

Properties

InnerAngle

[SchemaMember("COmniLight", "m_flInnerAngle")]
public ref float InnerAngle { get; }

Property Value

float

OuterAngle

[SchemaMember("COmniLight", "m_flOuterAngle")]
public ref float OuterAngle { get; }

Property Value

float

ShowLight

[SchemaMember("COmniLight", "m_bShowLight")]
public ref bool ShowLight { get; }

Property Value

bool