Class SoundPlayer
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public class SoundPlayer : ScriptComponentBehavior
- Inheritance
-
SoundPlayer
- Inherited Members
Constructors
SoundPlayer()
public SoundPlayer()
Fields
AutoLoop
public bool AutoLoop
Field Value
AutoStart
public bool AutoStart
Field Value
SoundName
public string SoundName
Field Value
Methods
GetTickRequirement()
public override ScriptComponentBehavior.TickRequirement GetTickRequirement()
Returns
MovesEntity()
protected override bool MovesEntity()
Returns
OnInit()
protected override void OnInit()
OnTick(float)
protected override void OnTick(float dt)
Parameters
dt
float
PauseSound()
public void PauseSound()
PlaySound()
public void PlaySound()
ResumeSound()
public void ResumeSound()
StopSound()
public void StopSound()
UpdatePlaying()
public void UpdatePlaying()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).