fBaseXtensions.HookHandler.ReturnHookValue C# (CSharp) Method

ReturnHookValue() public static method

public static ReturnHookValue ( HookType type ) : List
type HookType
return List
        public static List<Composite> ReturnHookValue(HookType type)
        {
            return TreeHooks.Instance.Hooks[type.ToString()];
        }