DUNILOG  1.7
 All Classes Functions Variables Pages
Public Types | Public Member Functions | Public Attributes | List of all members
DUGModelVariable Class Reference
Inheritance diagram for DUGModelVariable:
DUGModelSuper

Public Types

enum  Type { Bool =0, Float, String }
 

Public Member Functions

string GetValue ()
 
bool ShouldDisplay ()
 
string[] GetOperations ()
 
string[] GetComparisons ()
 
void ExecOperation (int operationId, string v)
 
bool ExecComparison (int operationId, string v)
 
void SetValue (float v)
 
void SetValue (bool v)
 
void SetValue (string v)
 
bool IsEqual (float v)
 
bool IsEqual (bool v)
 
bool IsEqual (string v)
 
bool IsNotEqual (float v)
 
bool IsNotEqual (bool v)
 
bool IsNotEqual (string v)
 
bool IsBigger (float v)
 
bool IsSmaller (float v)
 
bool IsBiggerOrEqual (float v)
 
bool IsSmallerOrEqual (float v)
 
void Add (float v)
 
void Subtract (float v)
 
void Multiply (float v)
 
void Divide (float v)
 
void RandomFloat (float v)
 
void ModoloFloat (float v)
 

Public Attributes

Type type
 
- Public Attributes inherited from DUGModelSuper
string id = ""
 
string name = ""
 
Texture image
 

Detailed Description

A variable object