object_utils
std
this module provides utilities for creating kit objects.
Functions
register
register an object with the kit, preparing it for further use.
this module provides utilities for creating kit objects.
registerregister an object with the kit, preparing it for further use.
{
"functions": [
{
"name": "register",
"desc": "register an object with the kit, preparing it for further use.",
"params": [
{
"name": "object",
"desc": "the object to register.",
"lua_type": "object"
}
],
"returns": [
{
"desc": "the registered object.",
"lua_type": "processed_object"
}
],
"function_type": "static",
"source": {
"line": 23,
"path": "src/shared/kit/std/object.luau"
}
}
],
"properties": [],
"types": [],
"name": "object_utils",
"desc": "this module provides utilities for *creating kit objects*.",
"tags": [
"std"
],
"source": {
"line": 12,
"path": "src/shared/kit/std/object.luau"
}
}