CreateMove
Called once a tick.
Example
function on_create_move( cmd ) {
print( "Hello, world!" );
return cmd;
}
hook.add( "CreateMove", "on_create_move" );
Last updated
Was this helpful?
Called once a tick.
function on_create_move( cmd ) {
print( "Hello, world!" );
return cmd;
}
hook.add( "CreateMove", "on_create_move" );
Last updated
Was this helpful?