Black Ops III

GetMapIntroMovie

Get the intro movie of the current map in the maptable. Returns undefined if currentmap wasn't found

Example:

world.nextIntroMovie = GetMapIntroMovie( GetNextMap("cp_mi_sing_blackstation") )

Parameters

ParameterSummary
[currentmap]the name of the current map. If ommitted, use Dvar sv_mapname
[dlcindex]dlc1..N if DLC. If ommitted, use "base".
[sessionmodeabbrev]cp,mp,zm. If ommitted, use current game mode abbreviation

* = mandatory