GetFriendStatus (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
New page: {{Method |protected=Yes |name=GetFriendStatus |arguments=Instance ''otherPlayer'' |returns=FriendStatus ''friendStatus'' |description=Returns the [[FriendStatus...
>SoulStealer9875
fixing typo.
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Method
{{Protected}}
<onlyinclude>{{Method
|protected=Yes
|protected=Yes
|name=GetFriendStatus
|name=GetFriendStatus
|arguments=[[Instance]] ''otherPlayer''
|arguments=[[Instance]] <var>player</var>
|returns=[[FriendStatus (Enum)|FriendStatus]] ''friendStatus''
|returns=[[FriendStatus (Enum)|FriendStatus]]
|description=Returns the [[FriendStatus (Enum)|FriendStatus]] that ''otherPlayer'' is to the calling [[Player]].
|description=Returns the [[FriendStatus (Enum)|FriendStatus]] that <var>player</var> is to the player.
|object=Player}}[[Category:Methods]]
|object=Player}}</onlyinclude>
 
[[Category:Methods]]

Latest 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