RipperdocScreenAnimationController class
RipperdocScreenAnimationController
Inheritance
Base: ink.WidgetLogicController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
doll | ink.WidgetReference | scripted |
defaultAnimationTab | ink.WidgetReference | scripted |
itemAnimationTab | ink.WidgetReference | scripted |
femaleHovers | ink.WidgetReference | scripted |
maleHovers | ink.WidgetReference | scripted |
F_immuneHoverTexture | ink.WidgetReference | scripted |
F_systemReplacementHoverTexture | ink.WidgetReference | scripted |
F_integumentaryHoverTexture | ink.WidgetReference | scripted |
F_musculoskeletalHoverTexture | ink.WidgetReference | scripted |
F_nervousHoverTexture | ink.WidgetReference | scripted |
F_eyesHoverTexture | ink.ImageWidgetReference | scripted |
F_legsHoverTexture | ink.WidgetReference | scripted |
F_frontalCortexHoverTexture | ink.WidgetReference | scripted |
F_handsHoverTexture | ink.WidgetReference | scripted |
F_cardiovascularHoverTexture | ink.WidgetReference | scripted |
F_armsHoverTexture | ink.WidgetReference | scripted |
M_integumentaryHoverTexture | ink.WidgetReference | scripted |
M_armsHoverTexture | ink.WidgetReference | scripted |
M_cardiovascularHoverTexture | ink.WidgetReference | scripted |
M_handsHoverTexture | ink.WidgetReference | scripted |
M_frontalCortexHoverTexture | ink.WidgetReference | scripted |
M_immuneHoverTexture | ink.WidgetReference | scripted |
M_legsHoverTexture | ink.WidgetReference | scripted |
M_systemReplacementHoverTexture | ink.WidgetReference | scripted |
M_musculoskeletalHoverTexture | ink.WidgetReference | scripted |
M_nervousHoverTexture | ink.WidgetReference | scripted |
M_eyesHoverTexture | ink.ImageWidgetReference | scripted |
man_wiresTexture | ink.WidgetReference | scripted |
woman_wiresTexture | ink.WidgetReference | scripted |
hoverAnimation | ink.anim.Proxy? | scripted |
hoverOverAnimation | ink.anim.Proxy? | scripted |
introDefaultAnimation | ink.anim.Proxy? | scripted |
outroDefaultAnimation | ink.anim.Proxy? | scripted |
introPaperdollAnimation | ink.anim.Proxy? | scripted |
outroPaperdollAnimation | ink.anim.Proxy? | scripted |
slideAnimation | ink.anim.Proxy? | scripted |
hoveredArea | game.data.EquipmentArea | scripted |
introArea | game.data.EquipmentArea | scripted |
isFemale | bool | scripted |
area | game.data.EquipmentArea | scripted |
anim | ink.anim.Proxy? | scripted |
animHover | ink.anim.Proxy? | scripted |
animCancel | ink.anim.Proxy? | scripted |
isHovering | bool | scripted |
isSelected | bool | scripted |
animName | CName | scripted |
position | ink.Margin | scripted |
positionOffset | float | scripted |
root | WeakHandle<ink.Widget> | scripted |
isSlidingOut | bool | scripted |
zoomOutAnim | ink.anim.Proxy? | scripted |
zoomInAnim | ink.anim.Proxy? | scripted |
slideOutAnim | ink.anim.Proxy? | scripted |
slideInAnim | ink.anim.Proxy? | scripted |
slideDirection | bool | scripted |
cancelSlideIn | bool | scripted |
isInside | bool | scripted |
currentArea | game.data.EquipmentArea | scripted |
nextArea | game.data.EquipmentArea | scripted |
midArea | game.data.EquipmentArea | scripted |
SLIDE_DURATION | float | scripted |
Functions
void StartSlide(bool isRight, game.data.EquipmentArea nextArea)RTTIvoid ZoomDoll(bool isZoomOut)RTTIbool OnZoomOutFinished(ink.anim.Proxy anim)RTTIbool OnZoomInFinished(ink.anim.Proxy anim)RTTIvoid SlideDoll(bool isSlideOut)RTTIbool OnSlideOutFinished(ink.anim.Proxy anim)RTTIbool OnInitialize()RTTIvoid SetMask(bool hasMask)RTTIvoid ForceRestartFaceAnimation()RTTIvoid SetGender(bool female)RTTIvoid StartHover(game.data.EquipmentArea area)RTTIvoid StopHover()RTTIvoid StartSelect()RTTIvoid StopSelect()RTTIvoid SetOutside()RTTIvoid TryStartAnimation(CName name)RTTIvoid AnimQueue(ink.anim.Proxy anim)RTTICName GetName(game.data.EquipmentArea area, CName suffix)RTTIWeakHandle<ink.Widget> GetHoverAnimationTarget(game.data.EquipmentArea area)RTTIvoid HideAllBodyParts()RTTI