GetFriendStatus (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
WHOEVER IS MAKING THESE PAGES PLEASE LEARN TO ONLYINCLUDE!!!!!
>SoulStealer9875
fixing typo.
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Protected}}
<onlyinclude>{{Method
<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}}</onlyinclude>
|object=Player}}</onlyinclude>


[[Category:Methods]]
[[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