Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GroupManifest.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13sealed class GroupManifest: Managed
14{
15 proto external void SetCreatedAtPublic(bool bCreatedAtPublic);
16 proto external void SetName(string sName);
17 proto external void SetClanTag(string sClanTag);
18 proto external void SetDescription(string sDescription);
19 proto external void SetGroupEnlistmentStatus(EGroupEnlistmentStatus eEnlistmentStatus);
20 proto external void SetPrimaryLanguage(string sPrimaryLanguage);
21 proto external void SetContactInfo(string sContactInfo);
22 proto external void SetRules(string sRules);
23 proto external void SetGameplayApproaches(EGroupGameplayApproach eApproaches);
24 proto external void SetGameplayFocuses(EGroupGameplayFocus eFocuses);
25 proto external void SetGameRegions(EGroupGameRegion eRegions);
26}
27
Data needed to register a new Group.
EGroupEnlistmentStatus
EGroupGameplayApproach
EGroupGameRegion
EGroupGameplayFocus