Skip to main content

Vector3int16Utils

Module for working with Vector3int16.

Functions

fromVector3

Vector3int16Utils.fromVector3(vector3Vector3) → Vector3int16

Creates a Vector3int16 from a Vector3

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"
    }
}