Plasma Engine  2.0
Loading...
Searching...
No Matches
plStats::StatsEventData Struct Reference

The event data that is broadcast whenever a stat is changed. More...

#include <Stats.h>

Public Types

enum  EventType { Add , Set , Remove }
 Which type of event this is. More...
 

Public Attributes

EventType m_EventType
 
plStringView m_sStatName
 
plVariant m_NewStatValue
 

Detailed Description

The event data that is broadcast whenever a stat is changed.

Member Enumeration Documentation

◆ EventType

Which type of event this is.

Enumerator
Add 

A variable has been set for the first time.

Set 

A variable has been changed.

Remove 

A variable that existed has been removed.


The documentation for this struct was generated from the following file: