CRaPI - Correct Robust and Perfect API

WorldModel.PlayerCalculated Event

Event for player calculated

public event PlayerCalculatedEventHandler PlayerCalculated;

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