Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions content/en-us/reference/engine/classes/Player.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1642,33 +1642,14 @@ methods:
tags:
- Yields
- Deprecated
deprecation_message: ''
security: None
thread_safety: Unsafe
capabilities:
- Players
- name: Player:isFriendsWith
summary: ''
description: ''
code_samples: []
parameters:
- name: userId
type: int64
default:
summary: ''
returns:
- type: boolean
summary: ''
tags:
- Yields
- Deprecated
deprecation_message: |
This deprecated function is a variant of `Class.Player:IsFriendsWith()`
which should be used instead.
security: None
thread_safety: Unsafe
capabilities:
- Players

- name: Player:IsInGroupAsync
summary: |
Checks whether a player is a member of a group with the given ID.
Expand Down
Loading