This class is used to listen to key events for a World Variable.
More...
|
virtual void | UpdateValue (int newValue, int oldVal) |
| This Gets called when the integer World Variable's value changes. More...
|
|
virtual void | UpdateFloatValue (float newValue, float oldVal) |
| This Gets called when the float World Variable's value changes. More...
|
|
This class is used to listen to key events for a World Variable.
virtual void DarkTonic.CoreGameKit.WorldVariableListener.UpdateFloatValue |
( |
float |
newValue, |
|
|
float |
oldVal |
|
) |
| |
|
virtual |
This Gets called when the float World Variable's value changes.
- Parameters
-
newValue | new value |
oldVal | old value |
virtual void DarkTonic.CoreGameKit.WorldVariableListener.UpdateValue |
( |
int |
newValue, |
|
|
int |
oldVal |
|
) |
| |
|
virtual |
This Gets called when the integer World Variable's value changes.
- Parameters
-
newValue | new value |
oldVal | old value |
The documentation for this class was generated from the following file:
- DarkSpawner/Assets/Plugins/DarkTonic/CoreGameKit/Scripts/WorldVariables/WorldVariableListener.cs