Class CMapInfo
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CMapInfo : CPointEntity, IEquatable<CEntityInstance>
- Inheritance
-
object
CMapInfo
- Implements
-
- Inherited Members
-
Constructors
CMapInfo(nint)
public CMapInfo(nint pointer)
Parameters
pointer
nint
Properties
BombRadius
[SchemaMember("CMapInfo", "m_flBombRadius")]
public ref float BombRadius { get; }
Property Value
- float
BotMaxVisionDistance
[SchemaMember("CMapInfo", "m_flBotMaxVisionDistance")]
public ref float BotMaxVisionDistance { get; }
Property Value
- float
BuyingStatus
[SchemaMember("CMapInfo", "m_iBuyingStatus")]
public ref int BuyingStatus { get; }
Property Value
- int
DisableAutoGeneratedDMSpawns
[SchemaMember("CMapInfo", "m_bDisableAutoGeneratedDMSpawns")]
public ref bool DisableAutoGeneratedDMSpawns { get; }
Property Value
- bool
FadePlayerVisibilityFarZ
[SchemaMember("CMapInfo", "m_bFadePlayerVisibilityFarZ")]
public ref bool FadePlayerVisibilityFarZ { get; }
Property Value
- bool
HostageCount
[SchemaMember("CMapInfo", "m_iHostageCount")]
public ref int HostageCount { get; }
Property Value
- int
PetPopulation
[SchemaMember("CMapInfo", "m_iPetPopulation")]
public ref int PetPopulation { get; }
Property Value
- int
RainTraceToSkyEnabled
[SchemaMember("CMapInfo", "m_bRainTraceToSkyEnabled")]
public ref bool RainTraceToSkyEnabled { get; }
Property Value
- bool
UseNormalSpawnsForDM
[SchemaMember("CMapInfo", "m_bUseNormalSpawnsForDM")]
public ref bool UseNormalSpawnsForDM { get; }
Property Value
- bool