IsFriendsWith (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>3dGen
New page: {{CatUp|Functions}} {{Function| name = IsFriendswith |arguments = Integer UserId |returns = Boolean ''Is friend'' |description = ...
>3dGen
No edit summary
Line 5: Line 5:
|arguments            = [[Integer]] UserId
|arguments            = [[Integer]] UserId
|returns              = [[Boolean]] ''Is friend''
|returns              = [[Boolean]] ''Is friend''
|description          = Returns true if one user is friends with another, else returns false.
|description          = Returns true if one user is friends with another certain user, else returns false.
|object              = [[Player]]
|object              = [[Player]]
|}}
|}}

Revision as of 02:35, 24 December 2010

IsFriendswith( Integer UserId )
Returns Boolean Is friend
Description: Returns true if one user is friends with another certain user, else returns false.