C# 클래스 fBaseXtensions.HookHandler

파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BlankAction ( object ret ) : RunStatus
BlankDecorator ( object ret ) : bool
CheckCombatHook ( ) : bool
HookBehaviorTree ( ) : void
HookCombat ( ) : void
ResetTreehooks ( ) : void
StoreTreeHooks ( ) : void

메소드 상세

PrintChildrenTypes() 공개 정적인 메소드

public static PrintChildrenTypes ( List composites ) : void
composites List
리턴 void

RestoreHook() 공개 정적인 메소드

public static RestoreHook ( HookType type ) : void
type HookType
리턴 void

ReturnHookValue() 공개 정적인 메소드

public static ReturnHookValue ( HookType type ) : List
type HookType
리턴 List

SetHookValue() 공개 정적인 메소드

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

StoreHook() 공개 정적인 메소드

public static StoreHook ( HookType type ) : void
type HookType
리턴 void