C# Class VariableCondition, RPGQuest

Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
checkType bool[]
needed AIConditionNeeded
numberCheckType bool[]
numberValueCheck ValueCheck[]
numberVarKey string[]
numberVarValue float[]
variableKey string[]
variableValue string[]

Public Methods

Method 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 method

public AddNumberVariable ( ) : void
return void

AddVariable() public method

public AddVariable ( ) : void
return void

CheckVariables() public method

public CheckVariables ( ) : bool
return bool

GetData() public method

public GetData ( string title ) : Hashtable
title string
return Hashtable

RemoveNumberVariable() public method

public RemoveNumberVariable ( int index ) : void
index int
return void

RemoveVariable() public method

public RemoveVariable ( int index ) : void
index int
return void

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

VariableCondition() public method

public VariableCondition ( ) : System.Collections
return System.Collections

Property Details

checkType public_oe property

public bool[] checkType
return bool[]

needed public_oe property

public AIConditionNeeded needed
return AIConditionNeeded

numberCheckType public_oe property

public bool[] numberCheckType
return bool[]

numberValueCheck public_oe property

public ValueCheck[] numberValueCheck
return ValueCheck[]

numberVarKey public_oe property

public string[] numberVarKey
return string[]

numberVarValue public_oe property

public float[] numberVarValue
return float[]

variableKey public_oe property

public string[] variableKey
return string[]

variableValue public_oe property

public string[] variableValue
return string[]