GetPlayerSocialClubName

From RAGE Multiplayer Wiki
Revision as of 17:04, 12 December 2019 by Bonus (talk | contribs) (Fix wrong return type)

Returns the socialclub name of the player.


C# Syntax

string NAPI.Player.GetPlayerSocialClubName(Client player);

Parameters

  • player: Parameter input should be in Client type.

Example

NAPI.Player.GetPlayerSocialClubName(player);