Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

125 lines
2.0 KiB

These are the functions which can be called on a DistanceData object.
setXMinMax:
Arguments:
float, float
Usage:
min, max
Notes:
Sets the min and max distances on the X axis.
setYMinMax:
Arguments:
float, float
Usage:
min, max
Notes:
Sets the min and max distances on the Y axis.
setZMin:
Arguments:
float
Usage:
min
Notes:
Sets the min distance on the Z axis.
setAbsoluteMin:
Arguments:
float
Usage:
min
Notes:
Sets the min distance for all directions combined.
setHorizontalMin:
Arguments:
float
Usage:
min
Notes:
Sets the min distance on the horizontal axis.
setXMin:
Arguments:
float
Usage:
min
Notes:
Sets the min distance on the X axis.
setZMinMax:
Arguments:
float, float
Usage:
min, max
Notes:
Sets the min and max distances on the Z axis.
setZMax:
Arguments:
float
Usage:
max
Notes:
Sets the max distance on the Z axis.
setXMax:
Arguments:
float
Usage:
max
Notes:
Sets the max distance on the X axis.
setHorizontalMax:
Arguments:
float
Usage:
max
Notes:
Sets the max distance on the horizontal axis.
setAbsoluteMax:
Arguments:
float
Usage:
max
Notes:
Sets the max distance for all directions combined.
setYMin:
Arguments:
float
Usage:
min
Notes:
Sets the min distance on the Y axis.
setYMax:
Arguments:
float
Usage:
max
Notes:
Sets the max distance on the Y axis.
setHorizontalMinMax:
Arguments:
float, float
Usage:
min, max
Notes:
Sets the min and max distances on the horizontal axis.
setAbsoluteMinMax:
Arguments:
float, float
Usage:
min, max
Notes:
Sets the min and max distances for all directions combined.