Intranet Catprocess
  1. news...
  2. about Blackvoxel
  3. download
  4. manual
  5. videos
  6. about us
  1. Look3D

    Description

    bool Look3D(integer x, integer y, integer z)

    Scan the specified location and return the voxeltype code of the voxel in this location. This function can only be used in Voxel_Step().

    Parameters

    x,y,z : The coordinates if the location to be scanned (Relative to the robot's location). The specified location must be in an accessible portion of the world.

    Return Value

    An integer with the voxeltype code at the scanned location or -1 if the location can't be reached. If you try to access a location that is not in the loaded world, the function will fail. Note that this may occur briefly at any location after resuming from a saved game.

    Example of use

    To do.

    // Listing #1: Todo.
    To do

    See Also

    PickVoxel3D(), MoveVoxel3D(), PlaceVoxel3D()

     
  2. Google+