CRaPI - Correct Robust and Perfect API

Player.AfterCoachMessage Event

Event indicating that a CoachMessage has been handled

public event MessageEventHandler AfterCoachMessage;

Event Data

The event handler receives an argument of type HearEventArgs containing data related to this event. The following HearEventArgs property provides information specific to this event.

PropertyDescription
MessageThe message

See Also

Player Class | TeamYaffa.CRaPI Namespace