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

    Description

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

    This function add acceleration to the player.  Acceleration change is caped to +-10.0 units per call. This function can only be used in Voxel_Step().

    Parameters

    x,y,z : Acceleration vector to add to the current player acceleration value. Values are caped to +-10 units per call.

    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+