Players

About

Is reference to all players (also non-playable) class.Player

Attributes

Methods

Examples

get gaia player from scenario

gaia = scenario.players[0]  # 0 == gaia

clear all units for inactive players

inactivePlayers = scenario.players.inactive()
for player in inactivePlayers:
    player.delAll()  # delete all units