LogEntry (object)
From GCAWiki
The LogEntry object is primarily found in the Log property of the CampaignInfo object. It is used to access the character campaign log.
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
Count
Description: Returns the number of log entries in the collection.
Prototype: Count
Parameters: none
Returns: [Long] The number of log entries in the collection.
Example:
Char.Campaign.Log.Count
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
