Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SocialComponent.c File Reference

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, boolm_OnReportPlayerFinishInvoker = new ScriptInvoker<int, bool>()