Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GroupApplication.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13sealed class GroupApplication: Managed
14{
15 private void GroupApplication();
16 private void ~GroupApplication();
17
19 proto external int GetGroupId();
20 // Returns Group this application belongs to
21 proto external GroupData GetGroup();
23 proto external int GetId();
25 proto external int GetExpireIn();
27 proto external UUID GetGameIdentity();
29 proto external bool IsInvitation();
31 proto external void Approve(notnull BackendCallback pCallback);
33 proto external void Reject(notnull BackendCallback pCallback);
34}
35
SCR_AIGroup GetGroup()
Definition UUID.c:28