ScannerNPCHeaderGameController class
ScannerNPCHeaderGameController
Inheritance
Base: BaseChunkGameController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
nameText | ink.TextWidgetReference | scripted |
skullIndicator | ink.WidgetReference | scripted |
archetypeIcon | ink.ImageWidgetReference | scripted |
levelCallbackID | red.CallbackObject? | scripted |
nameCallbackID | red.CallbackObject? | scripted |
attitudeCallbackID | red.CallbackObject? | scripted |
archtypeCallbackID | red.CallbackObject? | scripted |
isValidName | bool | scripted |
isValidRarity | bool | scripted |
isValidArchetype | bool | scripted |
Functions
bool OnInitialize()overrideRTTIbool OnUninitialize()RTTIbool OnNameChanged(string value)RTTIbool OnLevelChanged(string value)RTTIbool OnAttitudeChange(string value)RTTIbool OnArchetypeChanged(string value)RTTIvoid UpdateGlobalVisibility()RTTI