Table of Contents

Class SiegeEvent.SiegeEngineConstructionProgress

Namespace
TaleWorlds.CampaignSystem.Siege
Assembly
TaleWorlds.CampaignSystem.dll
public class SiegeEvent.SiegeEngineConstructionProgress
Inheritance
SiegeEvent.SiegeEngineConstructionProgress
Inherited Members

Constructors

SiegeEngineConstructionProgress(SiegeEngineType, float, float)

public SiegeEngineConstructionProgress(SiegeEngineType siegeEngine, float progress, float maxHitPoints)

Parameters

siegeEngine SiegeEngineType
progress float
maxHitPoints float

Fields

SiegeEngine

[SaveableField(1)]
public readonly SiegeEngineType SiegeEngine

Field Value

SiegeEngineType

Properties

Hitpoints

[SaveableProperty(3)]
public float Hitpoints { get; }

Property Value

float

IsActive

public bool IsActive { get; }

Property Value

bool

IsBeingRedeployed

public bool IsBeingRedeployed { get; }

Property Value

bool

IsConstructed

public bool IsConstructed { get; }

Property Value

bool

MaxHitPoints

[SaveableProperty(7)]
public float MaxHitPoints { get; }

Property Value

float

Progress

[SaveableProperty(4)]
public float Progress { get; }

Property Value

float

RangedSiegeEngine

[SaveableProperty(5)]
public SiegeEvent.RangedSiegeEngine RangedSiegeEngine { get; }

Property Value

SiegeEvent.RangedSiegeEngine

RedeploymentProgress

[SaveableProperty(6)]
public float RedeploymentProgress { get; }

Property Value

float

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

SetHitpoints(float)

public void SetHitpoints(float hitPoints)

Parameters

hitPoints float

SetProgress(float)

public void SetProgress(float progress)

Parameters

progress float

SetRangedSiegeEngine(RangedSiegeEngine)

public void SetRangedSiegeEngine(SiegeEvent.RangedSiegeEngine rangedSiegeEngine)

Parameters

rangedSiegeEngine SiegeEvent.RangedSiegeEngine

SetRedeploymentProgress(float)

public void SetRedeploymentProgress(float redeploymentProgress)

Parameters

redeploymentProgress float

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