GetFriendStatus (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
WHOEVER IS MAKING THESE PAGES PLEASE LEARN TO ONLYINCLUDE!!!!!
>JulienDethurens
No edit summary
Line 1: Line 1:
{{Protected}}
<onlyinclude>{{Method
<onlyinclude>{{Method
|protected=Yes
|protected=Yes
|name=GetFriendStatus
|name=GetFriendStatus
|arguments=[[Instance]] ''otherPlayer''
|arguments=[[Instace]] <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]]

Revision as of 06:32, 26 March 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
GetFriendStatus( Instace player )
Returns FriendStatus
Description: Returns the FriendStatus that player is to the player.
Member of: Player