API:SIMPLE STACK TRACE
Aus WARWiki
Keine Beschreibung verfügbar.
Nutzung
API:SIMPLE STACK TRACE()
Diese Funktion übernimmt keine Argumente.
Diese Funktion gibt keine Werte zurück.
Source Code
function SIMPLE_STACK_TRACE ()
if (debug and debug.traceback)
then
DEBUG (towstring (debug.traceback ()));
else
DEBUG (L"ERROR: Attempting to display stack trace without loading the debug library.")
end
end