|
Barotrauma Client
|
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.LuaCsHook | protected |
| HookMethod(string identifier, string className, string methodName, LuaCsCompatPatchFunc patch, HookMethodType hookMethodType=HookMethodType.Before) | Barotrauma.LuaCsHook | protected |
| HookMethod(string className, string methodName, LuaCsCompatPatchFunc patch, HookMethodType hookMethodType=HookMethodType.Before) | Barotrauma.LuaCsHook | protected |
| HookMethod(string className, string methodName, string[] parameterNames, LuaCsCompatPatchFunc patch, HookMethodType hookMethodType=HookMethodType.Before) | Barotrauma.LuaCsHook | protected |
| HookMethodType enum name | Barotrauma.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.LuaCsHook | protected |