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...
>Trappingnoobs
WHOEVER IS MAKING THESE PAGES PLEASE LEARN TO ONLYINCLUDE!!!!!
Line 1: Line 1:
{{Method
<onlyinclude>{{Method
|protected=Yes
|protected=Yes
|name=GetFriendStatus
|name=GetFriendStatus
Line 5: Line 5:
|returns=[[FriendStatus (Enum)|FriendStatus]] ''friendStatus''
|returns=[[FriendStatus (Enum)|FriendStatus]] ''friendStatus''
|description=Returns the [[FriendStatus (Enum)|FriendStatus]] that ''otherPlayer'' is to the calling [[Player]].
|description=Returns the [[FriendStatus (Enum)|FriendStatus]] that ''otherPlayer'' is to the calling [[Player]].
|object=Player}}[[Category:Methods]]
|object=Player}}</onlyinclude>
 
[[Category:Methods]]

Revision as of 19:34, 1 February 2012

GetFriendStatus( Instance otherPlayer )
Returns FriendStatus friendStatus
Description: Returns the FriendStatus that otherPlayer is to the calling Player.
Member of: Player