Syntax
ishiddenstack(target: function | integer): booleanAliases
isstackhiddenArguments
| Name | Type | Description |
|---|---|---|
target | function | integer | Target function, table, stack level, or object being inspected or changed. |
Returns
| Name | Type | Description |
|---|---|---|
hidden | boolean | True when the stack target is hidden. |
Description
Checks whether a function or stack level is hidden from stack inspection.
Call it with 1 parameter(s): target. The argument table explains which values are required and which ones only refine the behavior.
It returns hidden (boolean). Use the returns table to separate successful values from nil results and recoverable errors.
Example
Example call with placeholder values.
local result = ishiddenstack(1)
print(result)