IsFriendsWith (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Added.
 
>Camoy
added cat
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|arguments            = [[integer]] userId
|arguments            = [[integer]] userId
|description          = Checks if the Player is friends with the user whose userId is inputted as an argument.
|description          = Checks if the Player is friends with the user whose userId is inputted as an argument.
|object              = [[Player]]
|object              = Player
|returns              = [[boolean]] friendsWith
|returns              = [[boolean]] friendsWith
}}</onlyinclude>
}}</onlyinclude>


{{clear floats}}
{{clear floats}}
[[Category:Methods]]

Latest revision as of 00:11, 26 December 2010

IsFriendsWith( integer userId )
Returns boolean friendsWith
Description: Checks if the Player is friends with the user whose userId is inputted as an argument.
Member of: Player