CampaignInfo (object)

From GCAWiki

Jump to: navigation, search

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 character campaign log entries.

Prototype: Log

Parameters: none

Returns: [Object Reference] A reference to a collection of all character campaign log entries via the LogEntryCollection (object).

Example:

Char.Campaign.Log

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

See also

Personal tools