IsPlayerMapVisible: Difference between revisions
Jump to navigation
Jump to search
(New page: __NOTOC__ {{Server client function}} This function checks if the specified player has the map visible. ==Syntax== <syntaxhighlight lang="lua">bool isPlayerMapVisible ( player thePlayer )</syntaxhighlight> ===...) |
(Not a client/server function) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{ | {{Client function}} | ||
This function checks if the | This function checks if the local player has their map showing | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua">bool isPlayerMapVisible ( | <syntaxhighlight lang="lua">bool isPlayerMapVisible ()</syntaxhighlight> | ||
===Returns=== | ===Returns=== |
Revision as of 12:01, 15 January 2009
This function checks if the local player has their map showing
Syntax
bool isPlayerMapVisible ()
Returns
Returns true if the player has the map visible, false otherwise.
Example
--Needs an example
See Also
- getPlayerTeam
- getPlayerBlurLevel
- setPlayerBlurLevel
- getPlayerSerial
- forcePlayerMap
- getPlayerScriptDebugLevel
- getPlayerFromName
- getPlayerMoney
- getPlayerName
- getPlayerNametagColor
- getPlayerNametagText
- getPlayerPing
- getPlayerWantedLevel
- givePlayerMoney
- isPlayerMapForced
- isPlayerNametagShowing
- setPlayerHudComponentVisible
- setPlayerMoney
- setPlayerNametagColor
- setPlayerNametagShowing
- setPlayerNametagText
- takePlayerMoney
- countPlayersInTeam
- getPlayersInTeam
- isVoiceEnabled
- setControlState
- getControlState