CSoundPatch
Interface CSoundPatch
Namespace: SwiftlyS2.Shared.SchemaDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CSoundPatch : ISchemaClass<CSoundPatch>, ISchemaField, ISchemaClass, INativeHandleImplements
Properties
ClassName
string ClassName { get; set; }Property Value
CloseCaptionDuration
ref float CloseCaptionDuration { get; }Property Value
Ent
ref CHandle<CBaseEntity> Ent { get; }Property Value
Filter
CCopyRecipientFilter Filter { get; }Property Value
IsPlaying
ref int IsPlaying { get; }Property Value
LastTime
ref float LastTime { get; }Property Value
Pitch
CSoundEnvelope Pitch { get; }Property Value
ShutdownTime
ref float ShutdownTime { get; }Property Value
SoundEntityIndex
ref uint SoundEntityIndex { get; }Property Value
SoundOrigin
ref Vector SoundOrigin { get; }Property Value
SoundScriptName
string SoundScriptName { get; set; }Property Value
UpdatedSoundOrigin
ref bool UpdatedSoundOrigin { get; }Property Value
Volume
CSoundEnvelope Volume { get; }Property Value