12 lines
277 B
Plaintext

{
"name": "$vertex_x",
"type": "function",
"groups": ["Meshes"],
"description": "Returns the X coordinate of the current mesh vertex.",
"examples": [{
"expression": "$vertex_x",
"returns": "42.12"
}],
"tags": ["coordinate", "mesh", "vertex", "current"]
}