EOS_EAntiCheatCommonEventType

EOS API reference page for EOS_EAntiCheatCommonEventType

1 min to read

Remarks

Types supported for custom gameplay behavior events. These have a considerable impact on performance

Values

EOS_EAntiCheatCommonEventType

Enumerated ValueMeaning
EOS_ACCET_InvalidNot used
EOS_ACCET_GameEventA general game event that is not specific to any individual player. Low memory use which is constant with respect to the number of players.
EOS_ACCET_PlayerEventAn event that is logically associated with a specific player. Events logged in this category require a specific ClientHandle to which they will be attached. Higher memory use which scales according to the number of players.