Table of Contents

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

bool

AutoStart

public bool AutoStart

Field Value

bool

SoundName

public string SoundName

Field Value

string

Methods

GetTickRequirement()

public override ScriptComponentBehavior.TickRequirement GetTickRequirement()

Returns

ScriptComponentBehavior.TickRequirement

MovesEntity()

protected override bool MovesEntity()

Returns

bool

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).