SwiftlyS2

CFishPool

Interface CFishPool

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CFishPool : CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CFishPool>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

FishCount

ref int FishCount { get; }
Property Value

Fishes

ref CUtlVector<CHandle<CFish>> Fishes { get; }
Property Value

IsDormant

ref bool IsDormant { get; }
Property Value

MaxRange

ref float MaxRange { get; }
Property Value

SwimDepth

ref float SwimDepth { get; }
Property Value

VisTimer

CountdownTimer VisTimer { get; }
Property Value

WaterLevel

ref float WaterLevel { get; }
Property Value

On this page