List of GCA character interface objects
From GCAWiki
This is a list of character interface objects exposed to sheets by GCA.
| Object | Example | Description |
|---|---|---|
| Body | Char.Body.[...]Chars(i).Body.[...]
| For accessing character body locations. Primarily used in the Body collection. |
| CampaignInfo | Char.Campaign.[...]Chars(i).Campaign.[...]
| For accessing character campaign information. Primarily used in the Campaign variable. |
| CampaignLog | Char.Campaign.Log.[...]Chars(i).Campaign.Log.[...]
| For accessing character campaign log. Primarily used in the Log collection. |
| Char | Char.[...]Chars(i).[...]
| For accessing character information. The base interface object from which most all other collections and objects are accessed. Primarily used in the Char variable and the Chars collection. |
| Item | Char.Items.[...]Chars(i).Items.[...]
| For accessing character traits. Primarily used in the Items collection. |
