Game Development Community

ScriptSense Help....

by VcDeveloper · in Torsion · 09/28/2008 (3:28 pm) · 3 replies

I just purchased and installed the software, but I don't think the ScriptSense is working. I'm a C# & C++ programmer and I use VC IDE's and know when I use the objects dot notation the members list shows.

Was there something else I need to configure so this would work correctly. When I use Ctrl + J only the programmic reserve words display.

#1
09/28/2008 (3:58 pm)
Scriptsense should work for named objects and the %this object. It does not work for for variables that happen to be assigned to an object id. Although this is something we are working on adding.

Or is it not working for at all for you right now?
#2
09/29/2008 (10:24 pm)
Let me get back with you on that...
#3
09/29/2008 (10:29 pm)
For cases where you personally know the var's class type but torsion doesn't, you can look up the class/methods in the code-browser tab. A little tip, left click in the list and start typing for an incremental search.