Cast parameter debugging dialog More...
Classes | |
class | Param |
Public Types | |
enum | ParamType { None = 0 , CastName , CastJob , CastStatus , CastAttributeAttack , CastCriticalHit , CastMaxDamage , ConditionAttackAdd , ConditionExpRate , ConditionHateRate , ConditionFirstAttack , ConditionRewardRate , ConditionItemRate , ConditionEncountRate , ConditionEncountPercent , ConditionWalkSpeed , ConditionEffects , Attribute , Resistant } |
Parameter type More... | |
enum | MapCastSimpleParamType { Name = 0 , HP , Type , X , Y , Z , Count } |
Public Member Functions | |
DebugCastParamDialog (List< Tuple< string, ParamType > > inDebugCastParamTupleList=null, Param inParam=null) | |
Public Member Functions inherited from Yukar.Engine.DebugBaseDialog | |
DebugBaseDialog () | |
void | SetMapScene (object mapScene) |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Protected Member Functions inherited from Yukar.Engine.DebugBaseDialog | |
static bool | SetForegroundWindow (IntPtr hWnd) |
void | SetInstance () |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from Yukar.Engine.DebugBaseDialog | |
static Action< DebugBaseDialog > | setInstanceHandler |
Protected Attributes inherited from Yukar.Engine.DebugBaseDialog | |
object | gameMapScene |
Properties inherited from Yukar.Engine.DebugBaseDialog | |
object | Util [get, set] |
MapScene | GameMapScene [get] |
Cast parameter debugging dialog
Parameter type
Yukar.Engine.DebugCastParamDialog.DebugCastParamDialog | ( | List< Tuple< string, ParamType > > | inDebugCastParamTupleList = null , |
Param | inParam = null |
||
) |
|
protected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |