projects-jenz/RaceTimer/scripting/include/unloze_racetimer_specialmaps.inc

15 lines
465 B
PHP
Raw Normal View History

2019-03-02 15:17:41 +01:00
#if defined _unloze_racetimer_specialmaps_included_
#endinput
#endif
#define _unloze_racetimer_specialmaps_included_
/**
* Called on Every Round start to identify if special roundzones exist
* @char resultStart returns name of special startzone
* @char resultEnd returns name of special endzone
*/
forward void CheckIfSpecialRoundZones(char[] resultstart, char[] resultend);
/**
* @returns true if mako currently
*/
native bool unloze_gBSpecialMapDisplay();