Hydrogen Framework
1.3.1
|
Public Types | |
enum | ItemType { ItemType.String = 0, ItemType.Integer = 1, ItemType.Float = 2, ItemType.Boolean = 3 } |
Public Member Functions | |
WatchedItem (ItemType type, string key, string data) | |
Public Attributes | |
string | Key |
The index used to store this WatchedItem in the WatchedItems dictionary. More... | |
ItemType | Type |
What type of item is the data "supposed" to be, as it is stored as a string for output purposes. More... | |
Properties | |
string | Data [get, set] |
string | Output [get] |
int | OutputPaddedSize [get, set] |
hDebug.WatchedItem.WatchedItem | ( | ItemType | type, |
string | key, | ||
string | data | ||
) |
Definition at line 873 of file hDebug.cs.
string hDebug.WatchedItem.Key |
The index used to store this WatchedItem in the WatchedItems dictionary.
This is whats used to identify the value displayed on the watch list.
ItemType hDebug.WatchedItem.Type |