#include <InstanceScript.h>
Definition at line 387 of file InstanceScript.h.
◆ PersistentInstanceScriptValueBase()
PersistentInstanceScriptValueBase::PersistentInstanceScriptValueBase |
( |
InstanceScript & |
instance, |
|
|
char const * |
name, |
|
|
std::variant< int64, double > |
value |
|
) |
| |
|
protected |
◆ ~PersistentInstanceScriptValueBase()
PersistentInstanceScriptValueBase::~PersistentInstanceScriptValueBase |
( |
| ) |
|
|
virtualdefault |
◆ CreateEvent()
◆ GetName()
char const * PersistentInstanceScriptValueBase::GetName |
( |
| ) |
const |
|
inline |
◆ LoadValue() [1/2]
void PersistentInstanceScriptValueBase::LoadValue |
( |
double |
value | ) |
|
|
inline |
◆ LoadValue() [2/2]
void PersistentInstanceScriptValueBase::LoadValue |
( |
int64 |
value | ) |
|
|
inline |
◆ NotifyValueChanged()
void PersistentInstanceScriptValueBase::NotifyValueChanged |
( |
| ) |
|
|
protected |
◆ _instance
◆ _name
char const* PersistentInstanceScriptValueBase::_name |
|
protected |
◆ _value
std::variant<int64, double> PersistentInstanceScriptValueBase::_value |
|
protected |
The documentation for this class was generated from the following files: