Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GameBlocklist.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
7
class
GameBlocklist
8
{
9
ref
ScriptInvoker<bool>
OnBlockListUpdateInvoker =
new
ScriptInvoker<bool>
();
10
ref
ScriptInvoker<Room, array<BlockedRoomPlayer>
> OnGetBlockedPlayersInRoomInvoker =
new
ScriptInvoker<Room, array<BlockedRoomPlayer>
>();
11
16
proto external
void
UpdateBlockList();
22
proto external
void
CheckBlockedPlayersInRoom(notnull
Room
room);
27
proto external
int
GetBlockedPlayers(notnull array<BlockListItem> outItems);
32
proto external
void
Block(
BackendCallback
callback,
int
otherPlayerID);
37
proto external
bool
Unblock(
BackendCallback
callback,
int
otherPlayerID);
45
proto external
bool
IsBlockedIdentity(
string
identity,
PlatformKind
platform,
string
platformIdHash);
46
47
// callbacks
48
50
event
protected
void
OnBlockListUpdate
(
bool
success) { OnBlockListUpdateInvoker.Invoke(success); };
55
event
protected
void
OnCheckedBlockedPlayersInRoom
(
Room
room, array<BlockedRoomPlayer> blockedPlayers) { OnGetBlockedPlayersInRoomInvoker.Invoke(room, blockedPlayers); };
56
}
PlatformKind
PlatformKind
Definition
PlatformKind.c:8
BackendCallback
Definition
Backend_Storage.c:5
GameBlocklist
Definition
GameBlocklist.c:8
GameBlocklist::OnBlockListUpdate
void OnBlockListUpdate(bool success)
Event invoked as a result of UpdateBlockList.
Definition
GameBlocklist.c:50
GameBlocklist::OnCheckedBlockedPlayersInRoom
void OnCheckedBlockedPlayersInRoom(Room room, array< BlockedRoomPlayer > blockedPlayers)
Definition
GameBlocklist.c:55
Room
Definition
Room.c:13
ScriptInvoker
ScriptInvokerBase< func > ScriptInvoker
Definition
tools.c:134
scripts
Game
generated
GameBlocklist.c
Generated by
1.17.0