Table of Contents

Class CInfoPlayerStart

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CInfoPlayerStart : CPointEntity, IEquatable<CEntityInstance>
Inheritance
object
CInfoPlayerStart
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

bool

IsMaster

[SchemaMember("CInfoPlayerStart", "m_bIsMaster")]
public ref bool IsMaster { get; }

Property Value

bool

PawnSubclass

[SchemaMember("CInfoPlayerStart", "m_pPawnSubclass")]
public string PawnSubclass { get; set; }

Property Value

string