CRaPI - Correct Robust and Perfect API

WorldModel.OpponentsCalculated Event

Event for opponents calculated

public event OpponentsEventHandler OpponentsCalculated;

Event Data

The event handler receives an argument of type FieldPlayerEventArgs containing data related to this event. The following FieldPlayerEventArgs properties provide information specific to this event.

PropertyDescription
PlayersGets the field players
ServerCycleGets the server cycle

See Also

WorldModel Class | TeamYaffa.CRaPI.World Namespace