Class CInfoPlayerStart
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CInfoPlayerStart : CPointEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCInfoPlayerStart
- Implements
- Inherited Members
Constructors
CInfoPlayerStart(nint)
public CInfoPlayerStart(nint pointer)
Parameters
pointer
nint
Properties
Disabled
[SchemaMember("CInfoPlayerStart", "m_bDisabled")]
public ref bool Disabled { get; }
Property Value
IsMaster
[SchemaMember("CInfoPlayerStart", "m_bIsMaster")]
public ref bool IsMaster { get; }
Property Value
PawnSubclass
[SchemaMember("CInfoPlayerStart", "m_pPawnSubclass")]
public string PawnSubclass { get; set; }