7181 {
7182 #ifndef NO_GUI
7183 if (show)
7184 {
7187 }
7188 else
7189 {
7192 }
7193 #endif
7194 }
proto native UIManager GetUIManager()
proto native void ScreenFadeOut(float duration)
proto native void ScreenFadeIn(float duration, string text, int backgroundColor, int textColor)
proto native CGame GetGame()
void PrintString(string s)
Helper for printing out string expression. Example: PrintString("Hello " + var);.