|
Data needed to register a new Group. More...
Public Member Functions | |
| proto external void | SetCreatedAtPublic (bool bCreatedAtPublic) |
| proto external void | SetName (string sName) |
| proto external void | SetClanTag (string sClanTag) |
| proto external void | SetDescription (string sDescription) |
| proto external void | SetGroupEnlistmentStatus (EGroupEnlistmentStatus eEnlistmentStatus) |
| proto external void | SetPrimaryLanguage (string sPrimaryLanguage) |
| proto external void | SetContactInfo (string sContactInfo) |
| proto external void | SetRules (string sRules) |
| proto external void | SetGameplayApproaches (EGroupGameplayApproach eApproaches) |
| proto external void | SetGameplayFocuses (EGroupGameplayFocus eFocuses) |
| proto external void | SetGameRegions (EGroupGameRegion eRegions) |
Public Member Functions inherited from Managed | |
| proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Data needed to register a new Group.
| proto external void GroupManifest.SetClanTag | ( | string | sClanTag | ) |
| proto external void GroupManifest.SetContactInfo | ( | string | sContactInfo | ) |
| proto external void GroupManifest.SetCreatedAtPublic | ( | bool | bCreatedAtPublic | ) |
| proto external void GroupManifest.SetDescription | ( | string | sDescription | ) |
| proto external void GroupManifest.SetGameplayApproaches | ( | EGroupGameplayApproach | eApproaches | ) |
| proto external void GroupManifest.SetGameplayFocuses | ( | EGroupGameplayFocus | eFocuses | ) |
| proto external void GroupManifest.SetGameRegions | ( | EGroupGameRegion | eRegions | ) |
| proto external void GroupManifest.SetGroupEnlistmentStatus | ( | EGroupEnlistmentStatus | eEnlistmentStatus | ) |
| proto external void GroupManifest.SetName | ( | string | sName | ) |
| proto external void GroupManifest.SetPrimaryLanguage | ( | string | sPrimaryLanguage | ) |
| proto external void GroupManifest.SetRules | ( | string | sRules | ) |