CRaPI - Correct Robust and Perfect API

WorldModel.FlagsParsed Event

Event for Flags parsed

public event FlagsEventHandler FlagsParsed;

Event Data

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

PropertyDescription
FlagsGets the array of flags
ServerCycleGets the server cycle

See Also

WorldModel Class | TeamYaffa.CRaPI.World Namespace