Table of Contents

Struct BuildingType.EffectInfo

Namespace
TaleWorlds.CampaignSystem.Settlements.Buildings
Assembly
TaleWorlds.CampaignSystem.dll
public struct BuildingType.EffectInfo
Inherited Members
Extension Methods

Constructors

EffectInfo(BuildingEffectEnum, float, float, float)

public EffectInfo(BuildingEffectEnum effect, float effectValue1, float effectValue2, float effectValue3)

Parameters

effect BuildingEffectEnum
effectValue1 float
effectValue2 float
effectValue3 float

EffectInfo(BuildingEffectEnum, float[])

public EffectInfo(BuildingEffectEnum effect, float[] effectValues)

Parameters

effect BuildingEffectEnum
effectValues float[]

Properties

BuildingEffect

public BuildingEffectEnum BuildingEffect { get; }

Property Value

BuildingEffectEnum

Level1Effect

public float Level1Effect { get; }

Property Value

float

Level2Effect

public float Level2Effect { get; }

Property Value

float

Level3Effect

public float Level3Effect { get; }

Property Value

float

Methods

GetEffectValue(int)

public float GetEffectValue(int i)

Parameters

i int

Returns

float

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