SC_SetObjectMaxSpeed

Usage

void SC_SetObjectMaxSpeed( int ObjectId, int value)


Summary

Sets the max and current speed of an object.


More Information

This is handy if you want to make up a convoy of different object types move at the same speed.


Example

// set object 10's max speed to 5
SC_SetObjectMaxSpeed( 10, 5);


Last Revised: 10 May 2008

Full Functions List


Copyright 2008 to 2009 by James Bunting
www.jbplay.com/games/rod3d/

This page was automatically generated by James' Script Docs Generator