CreateMove

Called once a tick.

Example

function on_create_move( cmd ) {
    print( "Hello, world!" );
    return cmd;
}

hook.add( "CreateMove", "on_create_move" );
CUserCmd

Last updated

Was this helpful?