Show raw api
{
"functions": [
{
"name": "fromVector3",
"desc": "Creates a Vector3int16 from a Vector3",
"params": [
{
"name": "vector3",
"desc": "",
"lua_type": "Vector3"
}
],
"returns": [
{
"desc": "",
"lua_type": "Vector3int16"
}
],
"function_type": "static",
"source": {
"line": 13,
"path": "src/vector3int16utils/src/Shared/Vector3int16Utils.lua"
}
}
],
"properties": [],
"types": [],
"name": "Vector3int16Utils",
"desc": "Module for working with Vector3int16.",
"source": {
"line": 5,
"path": "src/vector3int16utils/src/Shared/Vector3int16Utils.lua"
}
}