IsPlayerListShowing

From King Arthur's Gold Wiki
Revision as of 22:52, 6 September 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns true if the player list/scoreboard is showing, otherwise false.


This is client only - it should be wrapped in "if ( getNet().isClient() )" or be in a client-only script.

bool isPlayerListShowing()