C# Class fBaseXtensions.HookHandler

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
PrintChildrenTypes ( List composites ) : void
RestoreHook ( HookType type ) : void
ReturnHookValue ( HookType type ) : List
SetHookValue ( HookType type, int index, Composite value, bool insert = false ) : bool
StoreHook ( HookType type ) : void

Private Methods

Method Description
BlankAction ( object ret ) : RunStatus
BlankDecorator ( object ret ) : bool
CheckCombatHook ( ) : bool
HookBehaviorTree ( ) : void
HookCombat ( ) : void
ResetTreehooks ( ) : void
StoreTreeHooks ( ) : void

Method Details

PrintChildrenTypes() public static method

public static PrintChildrenTypes ( List composites ) : void
composites List
return void

RestoreHook() public static method

public static RestoreHook ( HookType type ) : void
type HookType
return void

ReturnHookValue() public static method

public static ReturnHookValue ( HookType type ) : List
type HookType
return List

SetHookValue() public static method

public static SetHookValue ( HookType type, int index, Composite value, bool insert = false ) : bool
type HookType
index int
value Composite
insert bool
return bool

StoreHook() public static method

public static StoreHook ( HookType type ) : void
type HookType
return void