Table of Contents

Interface ISandBoxMissionManager

Namespace
TaleWorlds.CampaignSystem
Assembly
TaleWorlds.CampaignSystem.dll
public interface ISandBoxMissionManager

Methods

OpenBattleChallengeMission(string, IList<Hero>, IList<Hero>)

IMission OpenBattleChallengeMission(string scene, IList<Hero> priorityCharsAttacker, IList<Hero> priorityCharsDefender)

Parameters

scene string
priorityCharsAttacker IList<Hero>
priorityCharsDefender IList<Hero>

Returns

IMission

OpenTournamentArcheryMission(string, TournamentGame, Settlement, CultureObject, bool)

IMission OpenTournamentArcheryMission(string scene, TournamentGame tournamentGame, Settlement settlement, CultureObject culture, bool isPlayerParticipating)

Parameters

scene string
tournamentGame TournamentGame
settlement Settlement
culture CultureObject
isPlayerParticipating bool

Returns

IMission

OpenTournamentFightMission(string, TournamentGame, Settlement, CultureObject, bool)

IMission OpenTournamentFightMission(string scene, TournamentGame tournamentGame, Settlement settlement, CultureObject culture, bool isPlayerParticipating)

Parameters

scene string
tournamentGame TournamentGame
settlement Settlement
culture CultureObject
isPlayerParticipating bool

Returns

IMission

OpenTournamentHorseRaceMission(string, TournamentGame, Settlement, CultureObject, bool)

IMission OpenTournamentHorseRaceMission(string scene, TournamentGame tournamentGame, Settlement settlement, CultureObject culture, bool isPlayerParticipating)

Parameters

scene string
tournamentGame TournamentGame
settlement Settlement
culture CultureObject
isPlayerParticipating bool

Returns

IMission

OpenTournamentJoustingMission(string, TournamentGame, Settlement, CultureObject, bool)

IMission OpenTournamentJoustingMission(string scene, TournamentGame tournamentGame, Settlement settlement, CultureObject culture, bool isPlayerParticipating)

Parameters

scene string
tournamentGame TournamentGame
settlement Settlement
culture CultureObject
isPlayerParticipating bool

Returns

IMission

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).