Share

AcHatchEdReact Enumeration

C++

enum AcHatchEdReact {
  kStartHatchWatcher = 1,
  kSwapHatchId,
  kUpRootHatchWatcher,
  kDestroyHatchWatcher,
  kDisableNextStart,
  kRecomputeBoundary
};

File

aced-hatch.h

Members

Members Description
kStartHatchWatcher Start the hatch watcher
kSwapHatchId Swap hatch objectId
kUpRootHatchWatcher Remove hatch watcher
kDestroyHatchWatcher Destroy hatch watcher
kDisableNextStart Disable the next kStartHatchWatcher

Description

These enum values are used with acedManageHatchEditorReactor to specify the action to be performed by the function.

Was this information helpful?