M&B: Bannerlord 1.3.14
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.MbEvent< T > Class Template Reference

Inherits TaleWorlds.CampaignSystem.IMbEvent< out T >.

Public Member Functions

 EventHandlerRec (object owner, Action< TS > action)
void AddNonSerializedListener (object owner, Action< T > action)
void Invoke (T t)
void ClearListeners (object o)

Public Attributes

EventHandlerRec< TS > Next

Member Function Documentation

◆ EventHandlerRec()

TaleWorlds.CampaignSystem.MbEvent< T >.EventHandlerRec ( object owner,
Action< TS > action )

◆ AddNonSerializedListener()

void TaleWorlds.CampaignSystem.MbEvent< T >.AddNonSerializedListener ( object owner,
Action< T > action )

◆ Invoke()

void TaleWorlds.CampaignSystem.MbEvent< T >.Invoke ( T t)

◆ ClearListeners()

void TaleWorlds.CampaignSystem.MbEvent< T >.ClearListeners ( object o)

Member Data Documentation

◆ Next