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

    Description

    bool PlaceVoxel3D(integer x, integer y, integer z, integer VoxelType)

    Takes a voxel in the robot's inventory and place it at the specified coordinates. This function can only be used in Voxel_Step().

    Parameters

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

    VoxelType : The VoxelType code of the material you want to place. The requested material must be available in the robot's storage.

    Return Value

    A boolean which is true if the voxel was placed successfully or false otherwise. 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(), Look3D()

     
  2. Google+