Engine API
/
Libraries
/
debug
debug
Show Deprecated
Summary
Functions
traceback
(
message:
string
, level:
number
):
string
traceback
(
thread:
thread
, message:
string
, level:
number
):
string
info
(
thread:
thread
, level:
number
, options:
string
):
Tuple
info
(
function:
function
, options:
string
):
Tuple
info
(
level:
number
, options:
string
):
Tuple
profilebegin
(
label:
string
):
void
profileend
(
):
void
setmemorycategory
(
tag:
string
):
void
resetmemorycategory
(
):
void
Functions
traceback
string
Parameters
message
:
string
Default Value: ""
level
:
number
Default Value: "1"
Returns
string
traceback
string
Parameters
thread
:
thread
message
:
string
Default Value: ""
level
:
number
Default Value: "1"
Returns
string
info
Tuple
Parameters
thread
:
thread
level
:
number
options
:
string
Returns
Tuple
info
Tuple
Parameters
function
:
function
options
:
string
Returns
Tuple
info
Tuple
Parameters
level
:
number
options
:
string
Returns
Tuple
profilebegin
void
Parameters
label
:
string
Returns
void
profileend
void
Returns
void
setmemorycategory
void
Parameters
tag
:
string
Returns
void
resetmemorycategory
void
Returns
void