WorldMapTooltipController class
WorldMapTooltipController
Inheritance
Base: WorldMapTooltipBaseController
Derived
WorldMapPoliceTooltipController
Properties
| Property | Type | |
|---|---|---|
titleText | ink.TextWidgetReference | scripted |
fixerIcon | ink.ImageWidgetReference | scripted |
descText | ink.TextWidgetReference | scripted |
warningText | ink.TextWidgetReference | scripted |
additionalDescText | ink.TextWidgetReference | scripted |
lineBreak | ink.WidgetReference | scripted |
icon | ink.ImageWidgetReference | scripted |
ep1Icon | ink.ImageWidgetReference | scripted |
inputOpenJournalContainer | ink.CompoundWidgetReference | scripted |
inputInteractContainer | ink.CompoundWidgetReference | scripted |
inputMoreInfoContainer | ink.CompoundWidgetReference | scripted |
inputDelamainTaxiContainer | ink.CompoundWidgetReference | scripted |
travelCostContainer | ink.CompoundWidgetReference | scripted |
travelCostText | ink.TextWidgetReference | scripted |
threatLevelPanel | ink.WidgetReference | scripted |
threatLevelValue | ink.TextWidgetReference | scripted |
fixerPanel | ink.WidgetReference | scripted |
linkImage | ink.ImageWidgetReference | scripted |
gigProgress | float | scripted |
bar | ink.WidgetReference | scripted |
barAnimationProxy | ink.anim.Proxy? | scripted |
animationProxy | ink.anim.Proxy? | scripted |
gigBarCompletedText | ink.TextWidgetReference | scripted |
gigBarTotalText | ink.TextWidgetReference | scripted |
Functions
bool OnInitialize()RTTIvoid SetData(WorldMapTooltipData data, game.ui.WorldMapMenuGameController menu)overrideRTTIbool OnIconCallback(ink.CallbackData e)RTTIbool IsVehicleUnlocked(WeakHandle<vehicle.BaseObject> vehicleObject, WeakHandle<game.Object> player)RTTIgame.data.VehicleOffer_Record? GetVehicleOfferForMapPin(game.map.pins.PointOfInterestMappin poiMappin, game.JournalManager journalManager)RTTIgame.data.PurchaseOffer_Record? GetApartmentOfferForMapPin(game.map.pins.PointOfInterestMappin poiMappin, game.JournalManager journalManager)RTTIvoid DisplayAttachedImage(game.JournalQuestObjective objective, ink.ImageWidgetReference widget, game.JournalManager journalManager)RTTIbool OnFixerProgressBarAnim(ink.anim.Proxy anim)RTTICName GetLevelState(int playerLevel, int recommendedLvl)RTTIvoid Reset()RTTIvoid PlayAnim(CName animName, CName? callBack)RTTI