|
Weaponry Assembly System
WAS
|
Enumerations | |
| enum | Type { EDelete = 1 << 1 , ERefresh = 1 << 2 , EGoToDefinition = 1 << 3 , ALL = EDelete | ERefresh | EGoToDefinition } |
Functions | |
| Type & | operator&= (Type &lhs, Type rhs) |
| Type & | operator|= (Type &lhs, Type rhs) |
Node context menu actions.
| enum ENodesActions::Type |