![]() |
Adventure Creator
1.81.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
|
Public Member Functions | |
AttachmentPointData (AttachmentPoint attachmentPoint) | |
AttachmentPointData (int _attachmentPointID, int _heldSceneItemConstantID) | |
Public Attributes | |
int | attachmentPointID |
int | heldSceneItemConstantID |
A container class for save-game data related to an attachment point
int AC.AttachmentPointData.attachmentPointID |
The attachment point's ID number
int AC.AttachmentPointData.heldSceneItemConstantID |
The Constant ID number of the held item's RememberSceneItem component, if set