Class FactionEventData
ECA event data for faction change events.
public class FactionEventData : EventData
- Inheritance
-
FactionEventData
- Inherited Members
Constructors
FactionEventData(ICharacter, FactionTemplate, int)
Creates a new FactionEventData.
public FactionEventData(ICharacter initiator, FactionTemplate factionTemplate, int value)
Parameters
initiatorICharacterThe character whose faction changed.
factionTemplateFactionTemplateThe faction template involved.
valueintThe new faction value.
Properties
FactionTemplate
The faction template whose value changed.
public FactionTemplate FactionTemplate { get; }
Property Value
Value
The new faction value.
public int Value { get; }