Table of Contents

Enum SlotInfo.SlotArrayType

Defines what type of Array is used

public enum SlotInfo.SlotArrayType

Fields

Hidden = 2

An array that behave like an array code wise, but is displayed as a single instance of CGData UI wise. This allows for CG modules to send/receive arrays, without giving the user the possibility to link multiple modules to the slot

Normal = 1

An array that behaves like an array code wise and UI wise

Unknown = 0