M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.SoundPlayer Class Reference

Inherits TaleWorlds.Engine.ScriptComponentBehavior.

Public Member Functions

void UpdatePlaying ()
 
void PlaySound ()
 
void ResumeSound ()
 
void PauseSound ()
 
void StopSound ()
 
override TickRequirement GetTickRequirement ()
 
- Public Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior
void SetScriptComponentToTick (TickRequirement value)
 
void SetScriptComponentToTickMT (TickRequirement value)
 
virtual TickRequirement GetTickRequirement ()
 

Public Attributes

bool AutoLoop
 
bool AutoStart
 
string SoundName
 

Additional Inherited Members

- Public Types inherited from TaleWorlds.Engine.ScriptComponentBehavior
enum  TickRequirement : uint
 
- Protected Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior
void InvalidateWeakPointersIfValid ()
 
 ScriptComponentBehavior ()
 
virtual void OnRemoved (int removeReason)
 
- Properties inherited from TaleWorlds.Engine.ScriptComponentBehavior
GameEntity GameEntity [get]
 
ManagedScriptComponent ScriptComponent [get]
 
ManagedScriptHolder ManagedScriptHolder [get]
 
Scene Scene [get]
 

Member Function Documentation

◆ UpdatePlaying()

void TaleWorlds.MountAndBlade.SoundPlayer.UpdatePlaying ( )

◆ PlaySound()

void TaleWorlds.MountAndBlade.SoundPlayer.PlaySound ( )

◆ ResumeSound()

void TaleWorlds.MountAndBlade.SoundPlayer.ResumeSound ( )

◆ PauseSound()

void TaleWorlds.MountAndBlade.SoundPlayer.PauseSound ( )

◆ StopSound()

void TaleWorlds.MountAndBlade.SoundPlayer.StopSound ( )

◆ GetTickRequirement()

override TickRequirement TaleWorlds.MountAndBlade.SoundPlayer.GetTickRequirement ( )
virtual

Member Data Documentation

◆ AutoLoop

bool TaleWorlds.MountAndBlade.SoundPlayer.AutoLoop

◆ AutoStart

bool TaleWorlds.MountAndBlade.SoundPlayer.AutoStart

◆ SoundName

string TaleWorlds.MountAndBlade.SoundPlayer.SoundName