Barotrauma Server
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
Barotrauma.LuaCsHook Member List

This is the complete list of members for Barotrauma.LuaCsHook, including all inherited members.

Add(string name, LuaCsFunc func, ACsMod owner=null)Barotrauma.LuaCsHook
Add(string name, string identifier, LuaCsFunc func, ACsMod owner=null)Barotrauma.LuaCsHook
Call(string name, params object[] args)Barotrauma.LuaCsHook
Call< T >(string name, params object[] args)Barotrauma.LuaCsHook
Clear()Barotrauma.LuaCsHook
Exists(string name, string identifier)Barotrauma.LuaCsHook
HookMethod(string identifier, MethodBase method, LuaCsCompatPatchFunc patch, HookMethodType hookType=HookMethodType.Before, ACsMod owner=null)Barotrauma.LuaCsHook
HookMethod(string identifier, string className, string methodName, string[] parameterNames, LuaCsCompatPatchFunc patch, HookMethodType hookMethodType=HookMethodType.Before)Barotrauma.LuaCsHookprotected
HookMethod(string identifier, string className, string methodName, LuaCsCompatPatchFunc patch, HookMethodType hookMethodType=HookMethodType.Before)Barotrauma.LuaCsHookprotected
HookMethod(string className, string methodName, LuaCsCompatPatchFunc patch, HookMethodType hookMethodType=HookMethodType.Before)Barotrauma.LuaCsHookprotected
HookMethod(string className, string methodName, string[] parameterNames, LuaCsCompatPatchFunc patch, HookMethodType hookMethodType=HookMethodType.Before)Barotrauma.LuaCsHookprotected
HookMethodType enum nameBarotrauma.LuaCsHook
Initialize()Barotrauma.LuaCsHook
Patch(string identifier, string className, string methodName, string[] parameterTypes, LuaCsPatchFunc patch, HookMethodType hookType=HookMethodType.Before)Barotrauma.LuaCsHook
Patch(string identifier, string className, string methodName, LuaCsPatchFunc patch, HookMethodType hookType=HookMethodType.Before)Barotrauma.LuaCsHook
Patch(string className, string methodName, string[] parameterTypes, LuaCsPatchFunc patch, HookMethodType hookType=HookMethodType.Before)Barotrauma.LuaCsHook
Patch(string className, string methodName, LuaCsPatchFunc patch, HookMethodType hookType=HookMethodType.Before)Barotrauma.LuaCsHook
Remove(string name, string identifier)Barotrauma.LuaCsHook
RemovePatch(string identifier, string className, string methodName, string[] parameterTypes, HookMethodType hookType)Barotrauma.LuaCsHook
RemovePatch(string identifier, string className, string methodName, HookMethodType hookType)Barotrauma.LuaCsHook
UnhookMethod(string identifier, MethodBase method, HookMethodType hookType=HookMethodType.Before)Barotrauma.LuaCsHook
UnhookMethod(string identifier, string className, string methodName, string[] parameterNames, HookMethodType hookType=HookMethodType.Before)Barotrauma.LuaCsHookprotected