v3_to_string
v3_to_string(v) -> LIST
Convert a v3 to a string
Syntaxe
var str = v3_to_string(vector({x:25, y:160})); -> "{x:25, y:160}"
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
v | yes | - | Vector |
v3_to_string(v) -> LIST
Convert a v3 to a string
var str = v3_to_string(vector({x:25, y:160})); -> "{x:25, y:160}"
| Name | Required | Default | Description |
|---|---|---|---|
v | yes | - | Vector |