GetFriendStatus (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>SoulStealer9875 fixing typo. |
||
Line 3: | Line 3: | ||
|protected=Yes | |protected=Yes | ||
|name=GetFriendStatus | |name=GetFriendStatus | ||
|arguments=[[ | |arguments=[[Instance]] <var>player</var> | ||
|returns=[[FriendStatus (Enum)|FriendStatus]] | |returns=[[FriendStatus (Enum)|FriendStatus]] | ||
|description=Returns the [[FriendStatus (Enum)|FriendStatus]] that <var>player</var> is to the player. | |description=Returns the [[FriendStatus (Enum)|FriendStatus]] that <var>player</var> is to the player. |
Revision as of 11:00, 22 April 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
GetFriendStatus( Instance player ) | |
Returns | FriendStatus |
Description: | Returns the FriendStatus that player is to the player. |
Member of: | Player |