GetPlayerSocialClubName: Difference between revisions
(Created page with "Returns the socialclub name of the player. {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Player.GetPlayerSocialClubName(Client player);}} {{Para...") |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 2: | Line 2: | ||
{{CSharpContainer| | {{CSharpContainer| | ||
{{#tag:pre| | {{#tag:pre|string {{Template:CSharp_Serverside_namespace}}Player.GetPlayerSocialClubName(Player player);}} | ||
{{Parameters}} | {{Parameters}} | ||
*'''player:''' Parameter input should be in ''' | *'''player:''' Parameter input should be in '''Player''' type. | ||
{{Example}} | {{Example}} | ||
Latest revision as of 21:50, 22 December 2022
Returns the socialclub name of the player.
C# Syntax
string NAPI.Player.GetPlayerSocialClubName(Player player);
Parameters
- player: Parameter input should be in Player type.
Example
NAPI.Player.GetPlayerSocialClubName(player);