This function set the acceleration value for the player, replacing the actual value. Acceleration is caped to +-10.0 units. This function can only be used in Voxel_Step().
x,y,z : Values of the acceleration vector to set for the player.
A boolean result with the true value if the function succeeded, false otherwise.
To do.
// Listing #1: Todo.
To do