Page MenuHomeFeedback Tracker

[1.78 RC] "getCursorObjectParams" command broken (not returning cursorobject)
Reviewed, NormalPublic

Description

"getCursorObjectParams" is no longer returning simple objects
"cursorObject" returns the simple object as expected

Please fix, this is breaking a lot of things (systems which use 'getcursorobjectparams' instead of cursorobject + distance).

EDIT:

It appears to be returning cursorTarget instead of cursorObject

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

oneachframe {hintsilent str getcursorobjectparams;};

^ apply that and look at simple objects

Additional Information

Event Timeline

MDCCLXXVI renamed this task from "getCursorObjectParams" command broken (not returning cursorobject) to [1.78 RC] "getCursorObjectParams" command broken (not returning cursorobject).
MDCCLXXVI changed Severity from None to Major.
MDCCLXXVI changed Reproducibility from N/A to Always.
MDCCLXXVI changed Operating System from Windows 7 to Windows 10 x64.
MDCCLXXVI updated the task description. (Show Details)Nov 18 2017, 4:14 PM
MDCCLXXVI edited Additional Information. (Show Details)
MDCCLXXVI updated the task description. (Show Details)Nov 18 2017, 4:20 PM
Wulf changed the task status from New to Reviewed.Nov 21 2017, 3:51 PM
Wulf added a subscriber: Wulf.

Hello.

Thank you for letting us know we will have a look at it and fix it as soon as possible.

In the forum changelog it says "works with simple objects", does this mean it has reverted to returning cursorobject instead of cursortarget, or specifically cursortarget + simple objects?

Wulf added a comment.Nov 28 2017, 10:12 AM

It has reverted to returning cursorobject instead of cursortarget.