IsMoving (script event)

Game class

This event operates on an instance of the game class type {{{gameclass}}}

Description

Returns true if a mover is moving

Usage

float isMoving( )

Parameters

None.

Examples

if( $mymover.isMoving() )
    $mymover.stopMoving();

Notes

None.