Black Ops III

GetGameTypeEnumFromName

Returns the enum value corresponding to the current game type from global leaderboard gametype entries.

Example:

gameTypeEnum = GetGameTypeEnumFromName( "tdm", false )

Parameters

ParameterSummary
*gameTypeNamegame type name e.g. "tdm".
*isHardcoreTrue if the hardcore mode is on

* = mandatory