debug.getconstants Synchronous

  • getconstants

Constant slots; nil entries can create holes.

Syntax
Luau
debug.getconstants(target: DebugTarget) -> {[number]: any}

Parameters

Function parameters
ParameterType
targetDebugTarget

Argument fields

DebugTarget fields
Luau
DebugTarget = Function | number | ProtoProxy

Returns

{[number]: any}
Kawaii documentation