Returns the volume for a particular living.

Namespace: BaseLib.Events
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public virtual int GetVolumeFor(
	Living p
)

Parameters

p
Type: BaseLib..::..Living

[Missing <param name="p"/> documentation for "M:BaseLib.Events.LocalEvent.GetVolumeFor(BaseLib.Living)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Events.LocalEvent.GetVolumeFor(BaseLib.Living)"]

Implements

IAudible..::..GetVolumeFor(Living)

See Also