M&B: Bannerlord 1.3.4
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
SandBox.SandBoxHelpers.MissionHelper Class Reference

Static Public Member Functions

static void FollowAgent (Agent agent, Agent target)
 
static void UnfollowAgent (Agent agent)
 
static void FadeOutAgents (IEnumerable< Agent > agents, bool hideInstantly, bool hideMount)
 
static void DisableGenericMissionEventScript (string triggeringObjectTag, GenericMissionEvent missionEvent)
 
static void SpawnPlayer (bool civilianEquipment=false, bool noHorses=false, bool noWeapon=false, bool wieldInitialWeapons=false, string spawnTag="")
 
static void SpawnPlayer (GameEntity spawnPosition, bool civilianEquipment=false, bool noHorses=false, bool noWeapon=false, bool wieldInitialWeapons=false)
 
static List< AgentSpawnHorses ()
 
static void SpawnSheeps ()
 
static void SpawnCows ()
 
static void SpawnGeese ()
 
static void SpawnChicken ()
 
static void SpawnHogs ()
 

Member Function Documentation

◆ FollowAgent()

static void SandBox.SandBoxHelpers.MissionHelper.FollowAgent ( Agent agent,
Agent target )
static

◆ UnfollowAgent()

static void SandBox.SandBoxHelpers.MissionHelper.UnfollowAgent ( Agent agent)
static

◆ FadeOutAgents()

static void SandBox.SandBoxHelpers.MissionHelper.FadeOutAgents ( IEnumerable< Agent > agents,
bool hideInstantly,
bool hideMount )
static

◆ DisableGenericMissionEventScript()

static void SandBox.SandBoxHelpers.MissionHelper.DisableGenericMissionEventScript ( string triggeringObjectTag,
GenericMissionEvent missionEvent )
static

◆ SpawnPlayer() [1/2]

static void SandBox.SandBoxHelpers.MissionHelper.SpawnPlayer ( bool civilianEquipment = false,
bool noHorses = false,
bool noWeapon = false,
bool wieldInitialWeapons = false,
string spawnTag = "" )
static

◆ SpawnPlayer() [2/2]

static void SandBox.SandBoxHelpers.MissionHelper.SpawnPlayer ( GameEntity spawnPosition,
bool civilianEquipment = false,
bool noHorses = false,
bool noWeapon = false,
bool wieldInitialWeapons = false )
static

◆ SpawnHorses()

static List< Agent > SandBox.SandBoxHelpers.MissionHelper.SpawnHorses ( )
static

◆ SpawnSheeps()

static void SandBox.SandBoxHelpers.MissionHelper.SpawnSheeps ( )
static

◆ SpawnCows()

static void SandBox.SandBoxHelpers.MissionHelper.SpawnCows ( )
static

◆ SpawnGeese()

static void SandBox.SandBoxHelpers.MissionHelper.SpawnGeese ( )
static

◆ SpawnChicken()

static void SandBox.SandBoxHelpers.MissionHelper.SpawnChicken ( )
static

◆ SpawnHogs()

static void SandBox.SandBoxHelpers.MissionHelper.SpawnHogs ( )
static