PhoneContactItemVirtualController class
PhoneContactItemVirtualController
Inheritance
Base: ink.VirtualCompoundItemController
Derived
FakePhoneContactItemVirtualController
Properties
| Property | Type | |
|---|---|---|
label | ink.TextWidgetReference | scripted |
preview | ink.TextWidgetReference | scripted |
msgCount | ink.TextWidgetReference | scripted |
msgIndicator | ink.WidgetReference | scripted |
questFlag | ink.WidgetReference | scripted |
regFlag | ink.WidgetReference | scripted |
replyAlertIcon | ink.WidgetReference | scripted |
callInputHint | ink.WidgetReference | scripted |
chatInputHint | ink.WidgetReference | scripted |
separtor | ink.WidgetReference | scripted |
animProxySelection | ink.anim.Proxy? | scripted |
animProxyHide | ink.anim.Proxy? | scripted |
contactData | ContactData? | scripted |
pulse | PulseAnimation? | scripted |
isQuestImportant | bool | scripted |
isUnread | bool | scripted |
isCallingEnabled | bool | scripted |
root | WeakHandle<ink.Widget> | scripted |
Functions
ContactData? GetContactData()RTTIbool OnInitialize()RTTIbool OnDataChanged(string value)RTTIvoid Hide()RTTIvoid SetCallingEnabled(bool enabled)RTTIvoid Refresh(bool select)RTTIbool OnHideAnimFinished(ink.anim.Proxy proxy)RTTIvoid SetTimeText(GameTime time)RTTIbool OnSelected(WeakHandle<ink.VirtualCompoundItemController> itemController, bool discreteNav)RTTIbool OnDeselected(WeakHandle<ink.VirtualCompoundItemController> itemController)RTTIvoid OpenInChat()RTTIvoid PlayScaleToRemoveAnimation()RTTI