View Issue Details

IDProjectCategoryView StatusLast Update
0003282The Dark ModScript/Defpublic11.01.2013 18:44
Reportertels Assigned Totels  
PrioritylowSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionTDM 1.08 
Target VersionTDM 2.00Fixed in VersionTDM 2.00 
Summary0003282: add getShouldered(), getDragged() and getGrabbed() script events
DescriptionCurrently, there is no way from the scripting side to find out if the player shoulders a body, and which one. Or wether he drags a body, or holds something in the grabber.
Additional InformationTo be consistent with getFrobbed() should be:

entity getShouldered();
entity getDragged();
entity getGrabbed();

These return $null_entity if nothing is shouldered, grabbed or dragged, otherwise the entity.
TagsNo tags attached.

Activities

tels

tels

11.01.2013 18:44

reporter   ~0005003

Works with revision 0005674. tdm_events.script has been regenerated, too.

Issue History

Date Modified Username Field Change
11.01.2013 08:47 tels New Issue
11.01.2013 09:45 tels Summary add getShoulderedBody() script event => add getShouldered(), getDragged() and getGrabbed() script events
11.01.2013 09:45 tels Description Updated
11.01.2013 09:45 tels Additional Information Updated
11.01.2013 18:42 tels Assigned To => tels
11.01.2013 18:42 tels Status new => assigned
11.01.2013 18:42 tels Product Version => TDM 1.08
11.01.2013 18:42 tels Target Version => TDM 2.00
11.01.2013 18:44 tels Note Added: 0005003
11.01.2013 18:44 tels Status assigned => resolved
11.01.2013 18:44 tels Fixed in Version => TDM 2.00
11.01.2013 18:44 tels Resolution open => fixed