Table of Contents

Struct SFX.PlaySoundDesc

Namespace
AO
Assembly
CoreAssembly.dll
public struct SFX.PlaySoundDesc
Inherited Members
Extension Methods

Constructors

PlaySoundDesc()

public PlaySoundDesc()

Fields

Delay

public float Delay

Field Value

float

Loop

public bool Loop

Field Value

bool

LoopTimeout

public float LoopTimeout

Field Value

float

Position

public Vector2 Position

Field Value

Vector2

Positional

public bool Positional

Field Value

bool

RangeMultiplier

public float RangeMultiplier

Field Value

float

Speed

public float Speed

Field Value

float

SpeedPerturb

public float SpeedPerturb

Field Value

float

Volume

public float Volume

Field Value

float

VolumePerturb

public float VolumePerturb

Field Value

float

_entityToFollowId

public ulong _entityToFollowId

Field Value

ulong

Properties

EntityToFollow

public Entity EntityToFollow { set; }

Property Value

Entity