You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -398,9 +398,6 @@ The API is exported to LUA as a superglobal called "api".
398
398
|`ApplyMod`||Applies the given mod to the servers local level files.<br/>Arguments:<br/>`LvlMod mod`|
399
399
|`RevertMod`||Removes the given mod to the servers local level files.<br/>Arguments:<br/>`LvlMod mod`|
400
400
|`RevertAllMods`||Removes all hex edit mods from the servers local level files.||
401
-
|`RevertAllMods`||Removes all hex edit mods from the servers local level files.||
402
-
|`RevertAllMods`||Removes all hex edit mods from the servers local level files.||
403
-
|`RevertAllMods`||Removes all hex edit mods from the servers local level files.||
404
401
|`RegisterEventListener`||Associates a closure with a given event name. Event names can user-defined.<br/>Arguments:<br/>`string eventName`<br/>`Closure callback`|
405
402
|`InvokeEvent`||Invokes a given event. Args are forwarded to the registered closure.<br/>Arguments:<br/>`string eventName`<br/>`params object[] args`|
0 commit comments