SwiftlyS2

CSoundAreaEntityBase

Interface CSoundAreaEntityBase

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

Disabled

ref bool Disabled { get; }
Property Value

Pos

ref Vector Pos { get; }
Property Value

SoundAreaType

string SoundAreaType { get; set; }
Property Value

Methods

DisabledUpdated()

void DisabledUpdated()

PosUpdated()

void PosUpdated()

SoundAreaTypeUpdated()

void SoundAreaTypeUpdated()

On this page