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.
Parameters:
      x [value: any, type: float]
      y [value: any, type: float]
Return Value: float or None

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

landing