Table of Contents

Interface IMissionSiegeWeaponsController

Namespace
TaleWorlds.MountAndBlade.Missions
Assembly
TaleWorlds.MountAndBlade.dll
public interface IMissionSiegeWeaponsController

Methods

GetMaxDeployableWeaponCount(Type)

int GetMaxDeployableWeaponCount(Type t)

Parameters

t Type

Returns

int

GetSiegeWeapons()

IEnumerable<IMissionSiegeWeapon> GetSiegeWeapons()

Returns

IEnumerable<IMissionSiegeWeapon>

OnWeaponDeployed(SiegeWeapon)

void OnWeaponDeployed(SiegeWeapon missionWeapon)

Parameters

missionWeapon SiegeWeapon

OnWeaponUndeployed(SiegeWeapon)

void OnWeaponUndeployed(SiegeWeapon missionWeapon)

Parameters

missionWeapon SiegeWeapon

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