GcState
Type
Contains the state of the Luau Garbage Collector at one point in time.
Properties
GCThreshold
This item is read only and cannot be modified. Read OnlyGcState.GCThreshold:
userdata
<
std::size_t
>
Representation in Luau
This is a std::size_t
, which is a 64-bit integer. Lua(u) cannot represent this type effectively. In order to counteract this, a string
is returned when indexed by Lua(u).