Class CFishPool
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CFishPool : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCFishPool
- Implements
- Inherited Members
Constructors
CFishPool(nint)
public CFishPool(nint pointer)
Parameters
pointer
nint
Properties
FishCount
[SchemaMember("CFishPool", "m_fishCount")]
public ref int FishCount { get; }
Property Value
Fishes
[SchemaMember("CFishPool", "m_fishes")]
public NetworkedVector<CHandle<CFish>> Fishes { get; }
Property Value
IsDormant
[SchemaMember("CFishPool", "m_isDormant")]
public ref bool IsDormant { get; }
Property Value
MaxRange
[SchemaMember("CFishPool", "m_maxRange")]
public ref float MaxRange { get; }
Property Value
SwimDepth
[SchemaMember("CFishPool", "m_swimDepth")]
public ref float SwimDepth { get; }
Property Value
VisTimer
[SchemaMember("CFishPool", "m_visTimer")]
public CountdownTimer VisTimer { get; }
Property Value
WaterLevel
[SchemaMember("CFishPool", "m_waterLevel")]
public ref float WaterLevel { get; }