ScriptedGoalAgent.RelevantStateView

static class RelevantStateView

A simple structure storing relevant details of the state view that can be modified to take other actions into account

Author:The Condor

Fields

myUnitIDs

List<Integer> myUnitIDs

nfoodremaining

public int nfoodremaining

ngold

public int ngold

nwood

public int nwood

spacesoccupiedbynewbuildings

public List<int[]> spacesoccupiedbynewbuildings

Constructors

RelevantStateView

public RelevantStateView(int playernum, StateView state)