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
BuildingEffectEnumeffectValue1
floateffectValue2
floateffectValue3
float
EffectInfo(BuildingEffectEnum, float[])
public EffectInfo(BuildingEffectEnum effect, float[] effectValues)
Parameters
effect
BuildingEffectEnumeffectValues
float[]
Properties
BuildingEffect
public BuildingEffectEnum BuildingEffect { get; }
Property Value
Level1Effect
public float Level1Effect { get; }
Property Value
Level2Effect
public float Level2Effect { get; }
Property Value
Level3Effect
public float Level3Effect { get; }
Property Value
Methods
GetEffectValue(int)
public float GetEffectValue(int i)
Parameters
i
int
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).