![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SocialComponentClass |
Functions | |
| proto external bool | IsRestricted (int otherPlayerID, EUserInteraction interaction) |
| proto external bool | IsBlocked (int otherPlayerID) |
| proto external bool | CanUnblock (int otherPlayerID) |
| proto external bool | IsMuted (int otherPlayerID) |
| proto external void | SetMuted (int otherPlayerID, bool mute) |
| proto external void | ReportPlayer (int reportedPlayerID, SCR_EReportReason reason) |
| void | OnBlockedPlayerJoined (int joinedPlayerID) |
| Event invoked when player present on a platform or game blocklist joins the server. | |
| void | OnReportPlayerFinish (int reportedPlayerID, bool success) |
| Event invoked as a result of ReportPlayer. | |
Variables | |
| SocialComponentClass | m_OnBlockedPlayerJoinedInvoker = new ScriptInvoker<int>() |
| ref ScriptInvoker< int, bool > | m_OnReportPlayerFinishInvoker = new ScriptInvoker<int, bool>() |