12 lines
255 B
Plaintext

{
"name": "$vertex_z",
"type": "function",
"groups": ["Meshes"],
"description": "Returns the Z value of the current mesh vertex.",
"examples": [{
"expression": "$vertex_z",
"returns": "42"
}],
"tags": ["mesh", "vertex", "current"]
}