Difference between revisions of "IsPlayerListShowing"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) |
Shadlington (Talk | contribs) |
||
Line 6: | Line 6: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | bool | + | bool isPlayerListShowing() |
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Global Functions]] | [[Category:Global Functions]] |
Latest revision as of 21:52, 6 September 2012
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()