IsPlayerCrosshairVisible: Difference between revisions
Jump to navigation
Jump to search
Laxante101 (talk | contribs) |
Laxante101 (talk | contribs) |
||
Line 7: | Line 7: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua">bool isPlayerCrosshairVisible()</syntaxhighlight> | <syntaxhighlight lang="lua">bool isPlayerCrosshairVisible()</syntaxhighlight> | ||
function aim() | function aim() |
Revision as of 21:15, 4 December 2024
Syntax
bool isPlayerCrosshairVisible()
function aim()
if isPlayerCrosshairVisible() then outputChatBox("your sight is visible") else outputChatBox("your crosshair is not visible") end
end addCommandHandler("aimcheck", aim)
See Also
- getLocalPlayer
- getPlayerMapBoundingBox
- getPlayerMapOpacity
- isPlayerMapVisible
- resetBlurLevel
- isPlayerHudComponentVisible
- Shared
- 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