get_abs_height(x, y)
      Gets the absolute height at a position in the voxelspace node (takes position into account). If the position isn't inside the node at its current position and dimensions, returns None. Note: 3D nodes do not currently support inheritance between each other, attributes like position, rotation, scale, and opacity will not work in parent/child inheritance.
Parameters:
      x [value: any, type: float]
      y [value: any, type: float]
Return Value: float or None

file: src/nodes/3D/voxelspace_node.c

landing