Preparing 1.8 changes
Added Spectator Gamemode
This commit is contained in:
parent
be7483f26b
commit
8dedbe4db5
@ -171,6 +171,9 @@ public:
|
|||||||
/** Returns true if the player is in Adventure mode, either explicitly, or by inheriting from current world */
|
/** Returns true if the player is in Adventure mode, either explicitly, or by inheriting from current world */
|
||||||
bool IsGameModeAdventure(void) const;
|
bool IsGameModeAdventure(void) const;
|
||||||
|
|
||||||
|
/** Returns true if the player is in Spectator mode, either explicitly, or by inheriting from current world */
|
||||||
|
bool IsGameModeSpectator(void) const;
|
||||||
|
|
||||||
AString GetIP(void) const { return m_IP; } // tolua_export
|
AString GetIP(void) const { return m_IP; } // tolua_export
|
||||||
|
|
||||||
/** Returns the associated team, NULL if none */
|
/** Returns the associated team, NULL if none */
|
||||||
|
Loading…
Reference in New Issue
Block a user