View Issue Details

IDProjectCategoryView StatusLast Update
0003209The Dark ModCodingpublic23.09.2012 11:10
Reportertels Assigned Totels  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionTDM 1.08 
Target VersionTDM 2.00Fixed in VersionTDM 2.00 
Summary0003209: Missing idMover::Events
DescriptionThe 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( );
TagsNo tags attached.

Activities

tels

tels

23.09.2012 11:10

reporter   ~0004848

Fixed with revision 0005576 (src) and #13190 (main). Needs a windows recompile.

The speed and time can now be queried with float t = getMoveTime() and float s = getMoveSpeed().

Issue History

Date Modified Username Field Change
24.08.2012 11:05 tels New Issue
24.08.2012 11:07 tels Summary idMover::Event_getMoveSpeed is missing => Missing idMover::Events
24.08.2012 11:07 tels Description Updated
20.09.2012 18:42 tels Product Version => TDM 1.08
20.09.2012 18:42 tels Target Version => TDM 2.00
23.09.2012 11:09 tels Assigned To => tels
23.09.2012 11:09 tels Status new => assigned
23.09.2012 11:10 tels Note Added: 0004848
23.09.2012 11:10 tels Status assigned => resolved
23.09.2012 11:10 tels Fixed in Version => TDM 2.00
23.09.2012 11:10 tels Resolution open => fixed