#include "ScriptedCreature.h"
◆ HealthCheckEventData()
HealthCheckEventData::HealthCheckEventData |
( |
uint8 |
healthPct, |
|
|
std::function< void()> |
exec, |
|
|
bool |
valid = true |
|
) |
| |
|
inline |
bool _valid
Definition ScriptedCreature.h:463
uint8 _healthPct
Definition ScriptedCreature.h:461
std::function< void()> _exec
Definition ScriptedCreature.h:462
◆ _exec
std::function<void()> HealthCheckEventData::_exec |
◆ _healthPct
uint8 HealthCheckEventData::_healthPct |
◆ _valid
bool HealthCheckEventData::_valid |
The documentation for this struct was generated from the following file: