Player Statistics Event
Stats Events are essentially Stats Macros. The macro is defined on the server from the Statistics Events page of the brainCloud portal, and triggered by ID from the client.
API Summary
PlayerStatisticsEvent
- TriggerStatsEvent - Trigger an event server side that will increase the user statistics.
- TriggerStatsEvents - See documentation for TriggerUserStatsEvents for more documentation.
📄️ TriggerStatsEvent
Trigger an event server side that will increase the users statistics. This may cause one or more awards to be sent back to the player - could be achievements, experience, etc. Achievements will be sent by this client library to the appropriate awards service (Apple Game Center, etc).
📄️ TriggerStatsEvents
Triggers multiple events server side that will increase the users statistics. This may cause one or more awards to be sent back to the player - could be achievements, experience, etc. Achievements will be sent by this client library to the appropriate awards service (Apple Game Center, etc).