SetVelocity( <player velocity> )
Module: libcod
Summary:
Set the player's velocity
Call this on:
The player
Example:
level.player SetVelocity( (-400, 0, 100) );
Required Args:
1 : <player velocity> The player's velocity (a vector)