GetPlayerNametagVisible
Внешний вид
Syntax
<syntaxhighlight lang="C#" >bool NAPI.Player.GetPlayerNametagVisible(Client player);</syntaxhighlight>
Required Arguments
- player: parameter input should be in Client type.
NOTE: This function returns data in bool type.
Usage example(s)
<syntaxhighlight lang="C#" >NAPI.Player.GetPlayerNametagVisible(player);</syntaxhighlight>