Table of Contents

Class FVRFMODController

Namespace
Global
Assembly
Assembly-CSharp.dll
public class FVRFMODController : MonoBehaviour
Inheritance
FVRFMODController

Constructors

FVRFMODController()

public FVRFMODController()

Fields

StateEvents

public List<string> StateEvents

Field Value

List<string>

musictracks

public List<EventInstance> musictracks

Field Value

List<EventInstance>

Methods

Initialize()

public void Initialize()

SetIntParameter(EventInstance, string, float)

public void SetIntParameter(EventInstance e, string s, float f)

Parameters

e EventInstance
s string
f float

SetIntParameterByIndex(int, string, float)

public void SetIntParameterByIndex(int i, string s, float f)

Parameters

i int
s string
f float

SetMasterVolume(float)

public void SetMasterVolume(float i)

Parameters

i float

Start()

public void Start()

StopEventByIndex(int, bool)

public void StopEventByIndex(int i, bool shouldDeadStop)

Parameters

i int
shouldDeadStop bool

SwitchTo(int, float, bool, bool)

public void SwitchTo(int musicIndex, float timeDelayStart, bool shouldStop, bool shouldDeadStop)

Parameters

musicIndex int
timeDelayStart float
shouldStop bool
shouldDeadStop bool

Tick(float)

public void Tick(float t)

Parameters

t float