TActivePlayer.VelY
property TActivePlayer.VelY: Single Access mode: R
Description
Vertical velocity of a player.
Example
if (Players[1].VelX = 0) and (Players[1].VelY = 0) then
Players[1].WriteConsole('You are as still as still can be, yo!',$FFFFFF);