Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BlockedRoomPlayer.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class BlockedRoomPlayer: Managed
13{
14 proto external void ShowUserProfile();
15 proto external void Unblock(BackendCallback callback);
16 proto external owned string GetId();
17 proto external owned string GetPlatformId();
18 proto external owned string GetName();
19 proto external PlatformKind GetPlatformKind();
20}
21
PlatformKind
Definition PlatformKind.c:8