Adventure Creator  1.81.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
AC.AttachmentPointData Class Reference

Public Member Functions

 AttachmentPointData (AttachmentPoint attachmentPoint)
 
 AttachmentPointData (int _attachmentPointID, int _heldSceneItemConstantID)
 

Public Attributes

int attachmentPointID
 
int heldSceneItemConstantID
 

Detailed Description

A container class for save-game data related to an attachment point

Member Data Documentation

◆ attachmentPointID

int AC.AttachmentPointData.attachmentPointID

The attachment point's ID number

◆ heldSceneItemConstantID

int AC.AttachmentPointData.heldSceneItemConstantID

The Constant ID number of the held item's RememberSceneItem component, if set