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

    Description

    bool PlayerMove(float x, float y, float z)

    This function moves the player. Coordinates are relative. Useful to move the player along with some voxels. Move is limited to +-5000.0 units per call. This function can only be used in Voxel_Step().

    Parameters

    x,y,z : Relative values for player movement.

    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

     

     

     
  2. Google+