C# Class FloatHelper, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Méthode Description
ChanceLimit ( float &value ) : void
FromHashtable ( Hashtable ht, string key, float &data ) : void
FromHashtable ( Hashtable ht, string key, float &data, bool &check ) : void
Limit ( float &value, float min, float max ) : void
ToHashtable ( Hashtable &ht, string key, float data, bool check ) : void

Method Details

ChanceLimit() public static méthode

public static ChanceLimit ( float &value ) : void
value float
Résultat void

FromHashtable() public static méthode

public static FromHashtable ( Hashtable ht, string key, float &data ) : void
ht Hashtable
key string
data float
Résultat void

FromHashtable() public static méthode

public static FromHashtable ( Hashtable ht, string key, float &data, bool &check ) : void
ht Hashtable
key string
data float
check bool
Résultat void

Limit() public static méthode

public static Limit ( float &value, float min, float max ) : void
value float
min float
max float
Résultat void

ToHashtable() public static méthode

public static ToHashtable ( Hashtable &ht, string key, float data, bool check ) : void
ht Hashtable
key string
data float
check bool
Résultat void