Class MissionSiegeWeapon
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public class MissionSiegeWeapon : IMissionSiegeWeapon
- Inheritance
-
MissionSiegeWeapon
- Implements
- Inherited Members
Properties
Health
public float Health { get; }
Property Value
Index
public int Index { get; }
Property Value
InitialHealth
public float InitialHealth { get; }
Property Value
MaxHealth
public float MaxHealth { get; }
Property Value
Type
public SiegeEngineType Type { get; }
Property Value
Methods
CreateCampaignWeapon(SiegeEngineType, int, float, float)
public static MissionSiegeWeapon CreateCampaignWeapon(SiegeEngineType type, int index, float health, float maxHealth)
Parameters
typeSiegeEngineTypeindexinthealthfloatmaxHealthfloat
Returns
CreateDefaultWeapon(SiegeEngineType)
public static MissionSiegeWeapon CreateDefaultWeapon(SiegeEngineType type)
Parameters
typeSiegeEngineType
Returns
SetHealth(float)
public void SetHealth(float health)
Parameters
healthfloat
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).