Thread: Cursor mode bug
View Single Post
04/29/15, 04:17 PM   #10
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
Hmm.

The next time it happens can you run these in the chat window and tell me the results?

Code:
/script d(SCENE_MANAGER.numTopLevelShown)
Code:
/script d("Showing Toplevels:\n"); for topLevel in pairs(SCENE_MANAGER.topLevelWindows) do if not topLevel:IsHidden() then d(topLevel:GetName()) end end
  Reply With Quote