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
BehaviorTreeFile
[SchemaMember("SpawnPointCoopEnemy", "m_szBehaviorTreeFile")]
public string BehaviorTreeFile { get; set; }
Property Value
BotDifficulty
[SchemaMember("SpawnPointCoopEnemy", "m_nBotDifficulty")]
public ref int BotDifficulty { get; }
Property Value
HideRadius
[SchemaMember("SpawnPointCoopEnemy", "m_flHideRadius")]
public ref float HideRadius { get; }
Property Value
IsAgressive
[SchemaMember("SpawnPointCoopEnemy", "m_bIsAgressive")]
public ref bool IsAgressive { get; }
Property Value
PlayerModelToUse
[SchemaMember("SpawnPointCoopEnemy", "m_szPlayerModelToUse")]
public string PlayerModelToUse { get; set; }
Property Value
StartAsleep
[SchemaMember("SpawnPointCoopEnemy", "m_bStartAsleep")]
public ref bool StartAsleep { get; }
Property Value
WeaponsToGive
[SchemaMember("SpawnPointCoopEnemy", "m_szWeaponsToGive")]
public string WeaponsToGive { get; set; }