C++ GDKInstance::SendGameOverEvent()

From J2Play

Jump to: navigation, search

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();
Personal tools