LogEntry (object)

From GCAWiki

Jump to: navigation, search

The LogEntry object is primarily found in the Item property of the LogEntryCollection object. It is used to access character campaign log entries.

Contents

Properties & functions

CampaignDate

Description: Returns the game-world date of the log entry.

Prototype: CampaignDate

Parameters: none

Returns: [String] The game-world date of the log entry.

Example:

Char.Campaign.Log(EntryId).CampaignDate

Caption

Description: Returns the caption of the log entry.

Prototype: Caption

Parameters: none

Returns: [String] The caption of the log entry.

Example:

Char.Campaign.Log(EntryId).Caption

CharPoints

Description: Returns the earned points of the log entry.

Prototype: CharPoints

Parameters: none

Returns: [String] The earned points of the log entry.

Example:

Char.Campaign.Log(EntryId).CharPoints

EntryDate

Description: Returns the real-world date of the log entry.

Prototype: EntryDate

Parameters: none

Returns: [String] The real-world date of the log entry.

Example:

Char.Campaign.Log(EntryId).EntryDate

Notes

Description: Returns the notes of the log entry.

Prototype: Notes

Parameters: none

Returns: [String] The notes of the log entry.

Example:

Char.Campaign.Log(EntryId).Notes

See also

Personal tools