Interface ICampaignMission
- Namespace
- TaleWorlds.CampaignSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public interface ICampaignMission
Properties
AgentSupplier
IMissionTroopSupplier AgentSupplier { get; }
Property Value
LastVisitedAlley
Alley LastVisitedAlley { get; set; }
Property Value
Location
Location Location { get; set; }
Property Value
Mode
MissionMode Mode { get; }
Property Value
State
GameState State { get; }
Property Value
Methods
AddAgentFollowing(IAgent)
void AddAgentFollowing(IAgent agent)
Parameters
agent
IAgent
AgentLookingAtAgent(IAgent, IAgent)
bool AgentLookingAtAgent(IAgent agent1, IAgent agent2)
Parameters
Returns
CheckIfAgentCanFollow(IAgent)
bool CheckIfAgentCanFollow(IAgent agent)
Parameters
agent
IAgent
Returns
CheckIfAgentCanUnFollow(IAgent)
bool CheckIfAgentCanUnFollow(IAgent agent)
Parameters
agent
IAgent
Returns
EndMission()
void EndMission()
OnCharacterLocationChanged(LocationCharacter, Location, Location)
void OnCharacterLocationChanged(LocationCharacter locationCharacter, Location fromLocation, Location toLocation)
Parameters
locationCharacter
LocationCharacterfromLocation
LocationtoLocation
Location
OnCloseEncounterMenu()
void OnCloseEncounterMenu()
OnConversationContinue()
void OnConversationContinue()
OnConversationEnd(IAgent)
void OnConversationEnd(IAgent agent)
Parameters
agent
IAgent
OnConversationPlay(string, string, string, string, string)
void OnConversationPlay(string idleActionId, string idleFaceAnimId, string reactionId, string reactionFaceAnimId, string soundPath)
Parameters
idleActionId
stringidleFaceAnimId
stringreactionId
stringreactionFaceAnimId
stringsoundPath
string
OnConversationStart(IAgent, bool)
void OnConversationStart(IAgent agent, bool setActionsInstantly)
Parameters
OnProcessSentence()
void OnProcessSentence()
RemoveAgentFollowing(IAgent)
void RemoveAgentFollowing(IAgent agent)
Parameters
agent
IAgent
SetMissionMode(MissionMode, bool)
void SetMissionMode(MissionMode newMode, bool atStart)
Parameters
newMode
MissionModeatStart
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).