System Information
OS: Windows XP x64 SP2
CPU: AMD Athlon II x2 215
GPU: Galaxy GeForce GT 430
Blender Version
Broken: 2.70
Worked: 2.49 (havn't really played around with the newer versions until now)
Short description of error
I wouldn't call it an error, but it's definitely something that's either not working or not implemented.
when editing a python script, there's no auto-complete menu that lists the members of a class.
the online API does not readily give off-hand info regarding:
| import bge |
| cont = bge.logic.getCurrentController() |
| obj = cont.owner |
| obj.????? |
or any other details about things that should be referenced.
If there is anything in there about the info I need, then it's not easy to find and should be adjusted.
Exact steps for others to reproduce the error
Type the DOT operator after a python class reference.