IsFriendsWith (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Added.
>Blocco
No edit summary
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}}

Revision as of 03:43, 12 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