C++ GDKInstance::SendGameOverEvent()
From J2Play
Contents |
Description
Triggers code assoisated when the game is finished. This function should be called whenever the current game is over.
Syntax
void SendGameOverEvent();
Parameters
None
Return Value
None
Examples
Send the game over event
CGDKInstance::GetInstance()->SendGameOverEvent();
