Skip to main content

GetPlayerNametagVisible

Syntax

```csharp bool NAPI.Player.GetPlayerNametagVisible(Client player); ```

Required Arguments

  • player: parameter input should be in Client type.

NOTE: This function returns data in bool type.

Usage example(s)

```csharp NAPI.Player.GetPlayerNametagVisible(player); ```