|
Enfusion Script API
|
Data set needed to register a new Group. More...
Public Member Functions | |
| proto external void | SetName (string sName) |
| proto external void | SetClanTag (string sClanTag) |
| proto external void | SetDescription (string sDescription) |
| proto external void | SetEnlistmentStatus (string sEnlistmentStatus) |
| proto external void | SetPrimaryLanguage (string sPrimaryLanguage) |
| proto external void | SetContactInfo (string sContactInfo) |
| proto external void | SetRules (string sRules) |
| proto external void | SetCreatedBy (string sCreatedBy) |
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 set needed to register a new Group.
| proto external void GroupManifest.SetClanTag | ( | string | sClanTag | ) |
| proto external void GroupManifest.SetContactInfo | ( | string | sContactInfo | ) |
| proto external void GroupManifest.SetCreatedBy | ( | string | sCreatedBy | ) |
| proto external void GroupManifest.SetDescription | ( | string | sDescription | ) |
| proto external void GroupManifest.SetEnlistmentStatus | ( | string | sEnlistmentStatus | ) |
| proto external void GroupManifest.SetName | ( | string | sName | ) |
| proto external void GroupManifest.SetPrimaryLanguage | ( | string | sPrimaryLanguage | ) |
| proto external void GroupManifest.SetRules | ( | string | sRules | ) |