Component class
game.interactions.Component
Inheritance
Base: ent.IPlacedComponent
Derived
None.
Properties
| Property | Type | |
|---|---|---|
definitionResource | byte | |
interactionRootOffset | Vector3 | |
layerOverrides | game.interactions.InteractionDefinitionOverrider[] | |
layerOverridesTemp | game.interactions.InteractionDefinitionOverrider[] | |
isEnabled | bool |
Functions
void SetSingleChoice(game.interactions.Choice choice, CName? layer)RTTIvoid SetChoices(game.interactions.Choice[] choices, CName? layer)RTTIvoid ResetChoices(CName? layer, bool? deactivate)RTTI