vector.max (...vector) -> vectorApplies math.max to the corresponding components of the input vectors.
vector.max(vector(1,1,1))
{
"def": "func",
"name": "max",
"energy": 0,
"must_use": true,
"sleep": 0,
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "vecs",
"desc": "",
"type": [
{
"def": "simple",
"value": "vector"
}
],
"variadic": true,
"optional": false
}
]
}
],
"desc": "Applies `math.max` to the corresponding components of the input vectors.",
"link": "https://luau.org/library#bit32-library#:~:text=function%20bit32.max",
"takesSelf": false,
"private": false
}