View Revisions: Issue #3209
Summary | 0003209: Missing idMover::Events | ||
---|---|---|---|
Revision | 24.08.2012 11:07 by tels | ||
Description | The following exists: void idMover::Event_SetMoveSpeed( float speed ); but the corrosponding void idMover::Event_GetMoveSpeed(); is missing. This means scripts cannot get the current move_speed of a mover. Likewise for void idMover::Event_GetMoveTime( ); |
||
Revision | 24.08.2012 11:05 by tels | ||
Description | The following exists: void idMover::Event_SetMoveSpeed( float speed ); but the corrosponding void idMover::Event_GetMoveSpeed( float speed ); is missing. This means scripts cannot get the current move_speed of a mover. |