|
| override void | OnFailed () |
| |
| override void | OnCanceled () |
| |
| void | StartQuest () |
| |
| void | CompleteQuestWithSuccess () |
| |
| void | CompleteQuestWithTimeOut (TextObject timeOutLog=null) |
| |
| void | CompleteQuestWithFail (TextObject cancelLog=null) |
| |
| void | CompleteQuestWithBetrayal (TextObject betrayLog=null) |
| |
| void | CompleteQuestWithCancel (TextObject cancelLog=null) |
| |
| void | InitializeQuestOnLoadWithQuestManager () |
| |
| JournalLog | AddLog (TextObject text, bool hideInformation=false) |
| |
| JournalLog | AddDiscreteLog (TextObject text, TextObject taskName, int currentProgress, int targetProgress, TextObject shortText=null, bool hideInformation=false) |
| |
| JournalLog | AddTwoWayContinuousLog (TextObject text, TextObject taskName, int currentProgress, int range, bool hideInformation=false) |
| |
| virtual GameMenus.GameMenuOption.IssueQuestFlags | IsLocationTrackedByQuest (Location location) |
| |
| virtual int | GetCurrentProgress () |
| |
| virtual int | GetMaxProgress () |
| |
| override string | ToString () |
| |
| virtual string | GetPrefabName () |
| |
| void | AddTrackedObject (ITrackableCampaignObject trackedObject) |
| |
| void | RemoveTrackedObject (ITrackableCampaignObject trackedObject) |
| |
| bool | IsTracked (ITrackableCampaignObject o) |
| |
| void | ToggleTrackedObjects () |
| |
| void | AddGameMenu (string menuId, TextObject menuText, OnInitDelegate initDelegate, GameMenu.MenuOverlayType overlay=GameMenu.MenuOverlayType.None, GameMenu.MenuFlags menuFlags=GameMenu.MenuFlags.None) |
| |
| void | AddGameMenuOption (string menuId, string optionId, TextObject optionText, GameMenuOption.OnConditionDelegate condition, GameMenuOption.OnConsequenceDelegate consequence, bool Isleave=false, int index=-1) |
| |
| void | ChangeQuestDueTime (CampaignTime questDueTime) |
| |
| virtual bool | QuestPreconditions () |
| |
| virtual void | OnHeroCanHaveCampaignIssuesInfoIsRequested (Hero hero, ref bool result) |
| |
| virtual void | OnHeroCanMarryInfoIsRequested (Hero hero, ref bool result) |
| |
| virtual void | OnHeroCanLeadPartyInfoIsRequested (Hero hero, ref bool result) |
| |
| virtual void | OnHeroCanHavePartyRoleOrBeGovernorInfoIsRequested (Hero hero, ref bool result) |
| |
| virtual void | OnHeroCanDieInfoIsRequested (Hero hero, KillCharacterAction.KillCharacterActionDetail causeOfDeath, ref bool result) |
| |
| virtual void | OnHeroCanBecomePrisonerInfoIsRequested (Hero hero, ref bool result) |
| |
| virtual void | OnHeroCanBeSelectedInInventoryInfoIsRequested (Hero hero, ref bool result) |
| |
| virtual void | OnHeroCanMoveToSettlementInfoIsRequested (Hero hero, ref bool result) |
| |
| | MBObjectBase () |
| |
| | MBObjectBase (MBObjectBase other) |
| |
| | MBObjectBase (string stringId) |
| |
| void | AfterInitialized () |
| |
| virtual void | AfterRegister () |
| |
| virtual void | Initialize () |
| |
| virtual void | Deserialize (MBObjectManager objectManager, XmlNode node) |
| |
| override int | GetHashCode () |
| |
| virtual TextObject | GetName () |
| |
| void | PreAfterLoadInternal () |
| |
| void | AfterLoadInternal () |
| |
| void | OnRegistered () |
| |
| void | OnUnregistered () |
| |
|
| | ClaimantQuestBase (Hero claimant, Kingdom targetKingdom, int questDurationInDays) |
| |
| override void | OnTimedOut () |
| |
| override void | OnFinalize () |
| |
| override void | OnCompleteWithSuccess () |
| |
| void | OnFailedInternal () |
| |
| void | OnSuccessInternal () |
| |
| void | OnCanceledInternal () |
| |
| void | OnTimedOutInternal () |
| |
| void | OnFinalizeInternal () |
| |
| override void | RegisterEvents () |
| |
| void | OnRegisterEvents () |
| |
| virtual void | CanHaveQuestsOrIssuesInternal (Hero hero, ref bool result) |
| |
| override void | OnStartQuest () |
| |
| void | OnStartQuestInternal () |
| |
| override void | InitializeQuestOnGameLoad () |
| |
| void | InitializeQuestOnGameLoadInternal () |
| |
| virtual void | OnClanChangedKingdomInternal (Clan clan, Kingdom oldKingdom, Kingdom newKingdom, ChangeKingdomAction.ChangeKingdomActionDetail detail, bool showNotification) |
| |
| virtual bool | CivilWarPreConditions (out TextObject response) |
| |
| virtual void | OnHeroKilled (Hero victim, Hero killer, KillCharacterAction.KillCharacterActionDetail detail, bool notify) |
| |
| bool | IsTalkingIncumbent () |
| |
| bool | IsTalkingToClaimant () |
| |
| bool | SetPlayerProperties () |
| |
| void | DisableClaimant () |
| |
| void | SetDialogs () |
| |
| | QuestBase (string questId, Hero questGiver, CampaignTime duration, int rewardGold) |
| |
| void | InitializeQuestOnCreation () |
| |
| void | AddTask (QuestTaskBase task) |
| |
| void | RemoveLog (JournalLog logToRemove) |
| |
| void | UpdateQuestTaskStage (JournalLog questLog, int currentProgress) |
| |
| void | InitializeQuestOnGameLoad () |
| |
| virtual void | HourlyTick () |
| |
| virtual void | HourlyTickParty (MobileParty mobileParty) |
| |
| virtual void | DailyTick () |
| |
| virtual void | WeeklyTick () |
| |
| virtual void | OnBeforeTimedOut (ref bool completeWithSuccess, ref bool doNotResolveTheQuest) |
| |
| virtual void | OnBetrayal () |
| |
| virtual void | OnBeforeLoad () |
| |
| virtual void | PreAfterLoad () |
| |
| virtual void | AfterLoad () |
| |