C# Class VariableCondition, RPGQuest

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

Méthodes publiques

Свойство Type Description
checkType bool[]
needed AIConditionNeeded
numberCheckType bool[]
numberValueCheck ValueCheck[]
numberVarKey string[]
numberVarValue float[]
variableKey string[]
variableValue string[]

Méthodes publiques

Méthode Description
AddNumberVariable ( ) : void
AddVariable ( ) : void
CheckVariables ( ) : bool
GetData ( string title ) : Hashtable
RemoveNumberVariable ( int index ) : void
RemoveVariable ( int index ) : void
SetData ( Hashtable ht ) : void
VariableCondition ( ) : System.Collections

Method Details

AddNumberVariable() public méthode

public AddNumberVariable ( ) : void
Résultat void

AddVariable() public méthode

public AddVariable ( ) : void
Résultat void

CheckVariables() public méthode

public CheckVariables ( ) : bool
Résultat bool

GetData() public méthode

public GetData ( string title ) : Hashtable
title string
Résultat Hashtable

RemoveNumberVariable() public méthode

public RemoveNumberVariable ( int index ) : void
index int
Résultat void

RemoveVariable() public méthode

public RemoveVariable ( int index ) : void
index int
Résultat void

SetData() public méthode

public SetData ( Hashtable ht ) : void
ht Hashtable
Résultat void

VariableCondition() public méthode

public VariableCondition ( ) : System.Collections
Résultat System.Collections

Property Details

checkType public_oe property

public bool[] checkType
Résultat bool[]

needed public_oe property

public AIConditionNeeded needed
Résultat AIConditionNeeded

numberCheckType public_oe property

public bool[] numberCheckType
Résultat bool[]

numberValueCheck public_oe property

public ValueCheck[] numberValueCheck
Résultat ValueCheck[]

numberVarKey public_oe property

public string[] numberVarKey
Résultat string[]

numberVarValue public_oe property

public float[] numberVarValue
Résultat float[]

variableKey public_oe property

public string[] variableKey
Résultat string[]

variableValue public_oe property

public string[] variableValue
Résultat string[]