CampaignInfo (object)
From GCAWiki
The CampaignInfo object is primarily found in the Campaign property of the Character object. It is used to access the base character campaign information.
Contents |
Properties & functions
Log
Description: A collection of all campaign log entries.
Prototype: Log(EntryIdKey)
Parameters:
EntryIdKey- [Variant] The numeric index (Long) or the collection key (String) of the log entry to return.
Returns: [Object Reference] A reference to the LogEntry (object) which contains the selected log entry.
Example:
Char.Campaign.Log(EntryId).CampaignDate
LoggedPoints
Description: Returns the net points earned from log entries, as entered in the GCA Campaign Log window.
Prototype: LoggedPoints
Parameters: none
Returns: [String] The net points earned from log entries.
Example:
Char.Campaign.LoggedPoints
OtherPoints
Description: Returns the other points earned field, as entered in the GCA Campaign Log window.
Prototype: OtherPoints
Parameters: none
Returns: [String] The other points earned.
Example:
Char.Campaign.OtherPoints
TotalPoints
Description: Returns the net points earned from log entries and the other points earned value, as entered in the GCA Campaign Log window.
Prototype: TotalPoints
Parameters: none
Returns: [String] The net points earned from log entries and the other points earned value.
Example:
Char.Campaign.TotalPoints
