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

    Description

    bool Voxel_SetInfo(integer x, integer y, integer z, integer register, var data)

    This function set some informations and/or trigger some functions in a voxel. Not all voxels support this mechanism. To work with this function, the voxel must support the interface voxel_setinfo. The kind of information you can set and the functions you can trigger depends on the type of the voxel, so this is documented in the manual pages of the voxels supporting this function. This function can only be used in Voxel_Step().

    Parameters

    x,y,z : Location of the voxel to work with (Relative to the robot's location).

    register : This parameter determines the register to set and/or the function to trigger. See the documentation of the voxel you want to work with for values.

    data : The data to provide to the voxel.

    Return Value

    A boolean result with the true value if the function succeeded, false otherwise.

    Example of use

    To do.

    // Listing #1: Todo.
    To do

    See Also

    Voxel_GetInfo(), Voxel_GetInfoDoc()

     

     
  2. Google+