# Player Access Check

Grammar — Player player has Access to entity|Entity Name
FlagsNative | Function | Restricted

Returns true if the player has purchased the specified entity.

# Arguments

  • int — Player
  • string — Entity

Returns — bool

native bool PlayerHasAccessTo(
	int inPlayer,
	string inEntityName,
);

Category: Player / Player Settings

# Examples

— None found —