Function ====== Playbacks.FirePlaybackAtLevel ====== Void Playbacks.FirePlaybackAtLevel(Handle handle, LevelAdjust level, Boolean alwaysRefire) ^ API | http://api.avolites.com/10.1/Playbacks.FirePlaybackAtLevel.html | ^ description | Fires a playback with the specified level. This function forces the playback to a level, doesn't do any level matching and always loads it if it's not loaded. If refire is set then it kills it before firing. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Playbacks]] | ^ parameter | handle ( [[macros:identifier:handle]] ) : The handle to be fired. | ^ ::: | level ( [[macros:type:object:leveladjust]] ) : The level to set the playback to. | ^ ::: | alwaysRefire ( [[macros:type:boolean]] ) : if set, the playback will be killed before firing. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:firereleaseplayback|]] Playbacks.FirePlaybackAtLevel(userNumber:83, level:1, true) Fires playback no. 83 at 100%. If already fired, kills it before firing. == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~