Table of Contents

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

float

Index

public int Index { get; }

Property Value

int

InitialHealth

public float InitialHealth { get; }

Property Value

float

MaxHealth

public float MaxHealth { get; }

Property Value

float

Type

public SiegeEngineType Type { get; }

Property Value

SiegeEngineType

Methods

CreateCampaignWeapon(SiegeEngineType, int, float, float)

public static MissionSiegeWeapon CreateCampaignWeapon(SiegeEngineType type, int index, float health, float maxHealth)

Parameters

type SiegeEngineType
index int
health float
maxHealth float

Returns

MissionSiegeWeapon

CreateDefaultWeapon(SiegeEngineType)

public static MissionSiegeWeapon CreateDefaultWeapon(SiegeEngineType type)

Parameters

type SiegeEngineType

Returns

MissionSiegeWeapon

SetHealth(float)

public void SetHealth(float health)

Parameters

health float

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