C# Class fBaseXtensions.HookHandler

Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

PrintChildrenTypes() public static méthode

public static PrintChildrenTypes ( List composites ) : void
composites List
Résultat void

RestoreHook() public static méthode

public static RestoreHook ( HookType type ) : void
type HookType
Résultat void

ReturnHookValue() public static méthode

public static ReturnHookValue ( HookType type ) : List
type HookType
Résultat List

SetHookValue() public static méthode

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

StoreHook() public static méthode

public static StoreHook ( HookType type ) : void
type HookType
Résultat void