RadialSlot class
RadialSlot
Inheritance
Base: IScriptable
Derived
PointerSlot, StatusEffectSlot, WeaponRadialSlot
Properties
| Property | Type | |
|---|---|---|
slotAnchorRef | ink.WidgetReference | scripted |
libraryRef | ink.WidgetLibraryReference | scripted |
slotType | SlotType | scripted |
animData | RadialAnimData | scripted |
widget | WeakHandle<ink.Widget> | scripted |
targetAngle | float | scripted |
active | string | scripted |
inactive | string | scripted |
blocked | string | scripted |
Functions
void Construct(WeakHandle<ink.Widget> w)RTTIWeakHandle<ink.Widget> GetWidget()RTTIbool IsCyclable()RTTIbool CanCycle()RTTIfloat GetAngle()RTTIvoid Activate()RTTIvoid Deactivate()RTTIvoid SetTargetAngle(float precalculatedAngle)RTTIvoid Activate(bool shouldActivate)RTTI