stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::CumulCmpEvent::LocalInit Struct Reference
Inheritance diagram for stmg::CumulCmpEvent::LocalInit:
Inheritance graph
[legend]

Public Attributes

int32_t m_nInitialLeft = 0
 The initial value of the "left" var. More...
 
int32_t m_nInitialRight = 0
 The initial value of the "right" var. More...
 
ON_COMPARE_TYPE m_eOnCompareType = ON_COMPARE_UNCHANGED
 What is done after comparison. More...
 

Member Data Documentation

◆ m_eOnCompareType

ON_COMPARE_TYPE stmg::CumulCmpEvent::LocalInit::m_eOnCompareType = ON_COMPARE_UNCHANGED

What is done after comparison.

Default is ON_COMPARE_UNCHANGED.

◆ m_nInitialLeft

int32_t stmg::CumulCmpEvent::LocalInit::m_nInitialLeft = 0

The initial value of the "left" var.

Default is 0.

◆ m_nInitialRight

int32_t stmg::CumulCmpEvent::LocalInit::m_nInitialRight = 0

The initial value of the "right" var.

Default is 0.