CRaPI - Correct Robust and Perfect API

WorldModel.TeamMatesCalculated Event

Event for team mates calculated

public event TeamMatesEventHandler TeamMatesCalculated;

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