Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BlockListItem.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13sealed class BlockListItem: Managed
14{
15 private void BlockListItem();
16 private void ~BlockListItem();
17
19 proto external string GetId();
21 proto external string GetName();
23 proto external PlatformKind GetPlatform();
24 /*
25 Delete user from block list.
26 \param pCallback Is BackendCallback where you will receive result/error when request finishes
27 */
28 proto external void DeleteBlock(BackendCallback pCallback);
29}
30
PlatformKind
Definition PlatformKind.c:8