Class: SystemBattleMap

SystemBattleMap

A battle map of the game

new SystemBattleMap (json)

Name Type Description
json Object optional Json object describing the battle map
Properties:
Name Type Description
idMap number The map ID
position Array.<number> The json position

Methods

SystemBattleMap.create (idMap, position) static

Create a system battle map
Name Type Description
idMap number The map ID
position Array.<number> The json position

read (json)

Read the JSON associated to the battle map
Name Type Description
json Object Json object describing the battle map