added trackmania switch case for callbacks

This commit is contained in:
kremsy
2017-03-25 13:44:03 +01:00
parent e8586586a3
commit 9a19691420
3 changed files with 37 additions and 11 deletions

View File

@ -80,6 +80,9 @@ interface Callbacks {
const SM_ONPLAYERTHROWSOBJECT = "Shootmania.Event.OnPlayerThrowsObject";
const SM_ONPLAYERREQUESTACTIONCHANGE = "Shootmania.Event.OnPlayerRequestActionChange";
const TM_EVENTDEFAULT = "Trackmania.Event.Default";
//ManiaControl Callbacks
/** BeginMap Callback: Map */
const BEGINMAP = 'Callbacks.BeginMap';