A list of all Actions, Conditions and Expressions supported in this addon.
Bank
-
Actions
Load bank {0}
Load the specified FMOD bank.
Unload bank {0}
Unload the specified FMOD bank.
Unload all banks
Unload all FMOD banks.
Bus
-
Actions
Set bus {0} muted: {1}
Set the muted state of the specified FMOD bus.
Set bus {0} volume to {1}
Set the volume of the specified FMOD bus.
VCA
-
Actions
Set VCA {0} volume to {1}
Set the volume of the specified FMOD VCA.
Event
-
Actions
Start one time event {0}
Start the specified FMOD event as a one-time event. This instance will be released immediately after the event is stopped.
Instantiate event {0} with tags {1}
Instantiate the specified FMOD event. This doesn't start it. Use this when you need to change the event parameters before starting it.
Start event {0} with tag {1} (destroy: {2})
Start the specified FMOD event.
Stop event {0} with tag {1} (allow fade out: {2}, release: {3})
Stop the specified FMOD event, with an option to allow fade out.
Stop all events {0} (allow fade out: {1}, release: {2})
Stop all FMOD events.
Release event instance {0} with tag {1}
Release the specified FMOD event instance.
Release all event instances {0}
Release all FMOD event instances.
Set event {0} with tag {1} paused: {2}
Set the paused state of the specified FMOD event.
Parameter
-
Actions
Set event parameter {2} on event {0} with tags {1} to {3} (ignore seek speed: {4})
Set a parameter value for the specified FMOD event.
Set event parameter {2} on event {0} with tags {1} to label {3} (ignore seek speed: {4})
Set a parameter value for the specified FMOD event, using the parameter label instead of the parameter name.
Set global parameter {0} to {1} (ignore seek speed: {2})
Set a global parameter value for FMOD.
Set global parameter {0} to label {1} (ignore seek speed: {2})
Set a global parameter value for FMOD, using the parameter label instead of the parameter name.
Positional Events
-
Actions
Set event {0} with tag {1} 3D attributes: position: ({2}, {3}, {4}), velocity: ({5}, {6}, {7}), forward: ({8}, {9}, {10}), up: ({11}, {12}, {13})
Set the 3D attributes of the specified FMOD event.
Set event {0} with tag {1} 3D attributes from object {2} (forward mode: {3}) velocity: ({4}, {5}, {6})
Set the 3D attributes of the specified FMOD event from the specified object.
Set event {0} with tag {1} 3D attributes from object {2} (forward mode: {3})
Set the 3D attributes of the specified FMOD event from the specified object.
Set event {0} with tag {1} 3D attributes: position: ({2}, {3}, {4})
Set the 3D attributes of the specified FMOD event.
Listeners
-
Actions
Set listener {0} 3D attributes: position: ({1}, {2}, {3}), velocity: ({4}, {5}, {6}), forward: ({7}, {8}, {9}), up: ({10}, {11}, {12}), attenuation? ({13}) : ({14}, {15}, {16})
Set the 3D attributes of the specified FMOD listener.
Set listener {0} 3D attributes from camera {1}: velocity: ({2}, {3}, {4}), attenuation? ({5}) : ({6}, {7}, {8})
Set the 3D attributes of the specified FMOD listener from the specified camera.
Set listener {0} 3D attributes from scroll position: velocity: ({1}, {2}), attenuation? ({3}) : ({4}, {5})
Set the 3D attributes of the specified FMOD listener from the scroll position.
Set listener {0} simple attributes: position: ({1}, {2}, {3})
Set the simple attributes of the specified FMOD listener.
Set listener {0} simple attributes from scroll position
Set the simple attributes of the specified FMOD listener from the scroll position.
Set listener {0} weight to {1}
Set the weight of the specified FMOD listener.
Set nb listeners to {0}
Set the number of FMOD listeners.
General
-
Actions
Set auto suspend to {0}
Set the auto suspend state of FMOD.
Set suspended to {0}
Set the suspended state of FMOD.
-
Conditions
Is initialised
True if FMOD is initialised.