Class CGlowProperty
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CGlowProperty : NativeObject
- Inheritance
-
object
CGlowProperty
- Inherited Members
-
Constructors
CGlowProperty(nint)
public CGlowProperty(nint pointer)
Parameters
pointer
nint
Properties
EligibleForScreenHighlight
[SchemaMember("CGlowProperty", "m_bEligibleForScreenHighlight")]
public ref bool EligibleForScreenHighlight { get; }
Property Value
- bool
Flashing
[SchemaMember("CGlowProperty", "m_bFlashing")]
public ref bool Flashing { get; }
Property Value
- bool
GlowColor
[SchemaMember("CGlowProperty", "m_fGlowColor")]
public Vector GlowColor { get; }
Property Value
- Vector
GlowColorOverride
[SchemaMember("CGlowProperty", "m_glowColorOverride")]
public Color GlowColorOverride { get; set; }
Property Value
- Color
GlowRange
[SchemaMember("CGlowProperty", "m_nGlowRange")]
public ref int GlowRange { get; }
Property Value
- int
GlowRangeMin
[SchemaMember("CGlowProperty", "m_nGlowRangeMin")]
public ref int GlowRangeMin { get; }
Property Value
- int
GlowStartTime
[SchemaMember("CGlowProperty", "m_flGlowStartTime")]
public ref float GlowStartTime { get; }
Property Value
- float
GlowTeam
[SchemaMember("CGlowProperty", "m_iGlowTeam")]
public ref int GlowTeam { get; }
Property Value
- int
GlowTime
[SchemaMember("CGlowProperty", "m_flGlowTime")]
public ref float GlowTime { get; }
Property Value
- float
GlowType
[SchemaMember("CGlowProperty", "m_iGlowType")]
public ref int GlowType { get; }
Property Value
- int
Glowing
[SchemaMember("CGlowProperty", "m_bGlowing")]
public ref bool Glowing { get; }
Property Value
- bool