Table of Contents

Class SpawnPointCoopEnemy

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class SpawnPointCoopEnemy : SpawnPoint, IEquatable<CEntityInstance>
Inheritance
SpawnPointCoopEnemy
Implements
Derived
Inherited Members

Constructors

SpawnPointCoopEnemy(nint)

public SpawnPointCoopEnemy(nint pointer)

Parameters

pointer nint

Properties

ArmorToSpawnWith

[SchemaMember("SpawnPointCoopEnemy", "m_nArmorToSpawnWith")]
public ref int ArmorToSpawnWith { get; }

Property Value

int

BehaviorTreeFile

[SchemaMember("SpawnPointCoopEnemy", "m_szBehaviorTreeFile")]
public string BehaviorTreeFile { get; set; }

Property Value

string

BotDifficulty

[SchemaMember("SpawnPointCoopEnemy", "m_nBotDifficulty")]
public ref int BotDifficulty { get; }

Property Value

int

HideRadius

[SchemaMember("SpawnPointCoopEnemy", "m_flHideRadius")]
public ref float HideRadius { get; }

Property Value

float

IsAgressive

[SchemaMember("SpawnPointCoopEnemy", "m_bIsAgressive")]
public ref bool IsAgressive { get; }

Property Value

bool

PlayerModelToUse

[SchemaMember("SpawnPointCoopEnemy", "m_szPlayerModelToUse")]
public string PlayerModelToUse { get; set; }

Property Value

string

StartAsleep

[SchemaMember("SpawnPointCoopEnemy", "m_bStartAsleep")]
public ref bool StartAsleep { get; }

Property Value

bool

WeaponsToGive

[SchemaMember("SpawnPointCoopEnemy", "m_szWeaponsToGive")]
public string WeaponsToGive { get; set; }

Property Value

string