Table of Contents

Class FactionEventData

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

initiator ICharacter

The character whose faction changed.

factionTemplate FactionTemplate

The faction template involved.

value int

The new faction value.

Properties

FactionTemplate

The faction template whose value changed.

public FactionTemplate FactionTemplate { get; }

Property Value

FactionTemplate

Value

The new faction value.

public int Value { get; }

Property Value

int