PlayFrontEndTrack

From Liberty Unleashed Wiki
Revision as of 17:33, 31 July 2012 by VRocker (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This functions plays a front end track based on it's ID to the local player ( client ).

Syntax

  1. PlayFrontEndTrack( int trackid )

Arguments

  • trackid - The id of the front end track

Example

  1. function onScriptLoad()
  2. {
  3. PlayFrontEndTrack(16);
  4. }

Notes

onScriptLoad was used in this example. More info about this event on the corresponding page.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox