Resolved #152 updated callbacks / modescript updates, dedimania seems to be fine

This commit is contained in:
kremsy
2017-06-21 19:25:58 +02:00
parent ba67ea6911
commit 68a0c493ae
5 changed files with 171 additions and 2 deletions

View File

@ -84,6 +84,9 @@ interface Callbacks {
const SM_ONFALLDAMAGE = "Shootmania.Event.OnFallDamage";
const SM_ONCOMMAND = "Shootmania.Event.OnCommand";
const SM_PLAYERSAFK = "Shootmania.AFK.IsAfk";
const SM_AFKPROPERTIES = "Shootmania.AFK.GetProperties";
/**
* Use the PlayerManager Callback in favour of this
*