Black Ops III

GetMapFields

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

Example:

fields = GetMapFields( GetNextMap("cp_mi_sing_blackstation") )

Parameters

ParameterSummary
currentmapthe name of the current map. If ommitted, use Dvar sv_mapname
dlcindexdlc1..N if DLC. If ommitted, use "base".
sessionmodeabbrevcp,mp,zm. If ommitted, use current game mode abbreviation

* = mandatory