Skip to content

Global Class "Debug"⚓︎

Info

You can get this class by using the Debug global table.

Note that to call these functions, you must use a . (period) instead of a : (colon)!

Example Code
1
local loadedFiles = Debug.ListLoadedFiles()

Functions⚓︎

ForceUnload ()⚓︎

void ForceUnload ( string ModuleName )⚓︎


GetSignature ()⚓︎

string GetSignature ( int Address )⚓︎


ListLoadedFiles ()⚓︎

string[] ListLoadedFiles ( )⚓︎

Returns a list of all files loaded into the LUA environment.