![]() |
Dragonfly 2.2
A text-based game engine
|
Public Member Functions | |
EventView (string new_tag, int new_value, bool new_delta) | |
void | setTag (string new_tag) |
string | getTag () |
void | setValue (int new_value) |
int | getValue () |
void | setDelta (bool new_delta) |
bool | getDelta () |
Protected Attributes | |
string | tag |
tag to associate | |
int | value |
value for view | |
bool | delta |
true if change in value, else replace |