C# Class FSO.HIT.HITSound

Show file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Dead bool

Protected Properties

Property Type Description
EverHadOwners bool
Owners List
Pan float
Volume float
VolumeSet bool

Public Methods

Method Description
AddOwner ( int id ) : void
AlreadyOwns ( int id ) : bool
HITSound ( ) : System
RemoveOwner ( int id ) : void
SetVolume ( float volume, float pan ) : void
Tick ( ) : bool

Method Details

AddOwner() public method

public AddOwner ( int id ) : void
id int
return void

AlreadyOwns() public method

public AlreadyOwns ( int id ) : bool
id int
return bool

HITSound() public method

public HITSound ( ) : System
return System

RemoveOwner() public method

public RemoveOwner ( int id ) : void
id int
return void

SetVolume() public method

public SetVolume ( float volume, float pan ) : void
volume float
pan float
return void

Tick() public abstract method

public abstract Tick ( ) : bool
return bool

Property Details

Dead public property

public bool Dead
return bool

EverHadOwners protected property

protected bool EverHadOwners
return bool

Owners protected property

protected List Owners
return List

Pan protected property

protected float Pan
return float

Volume protected property

protected float Volume
return float

VolumeSet protected property

protected bool VolumeSet
return bool