Hi, as the title says, when i print dir(object) it doesn´t return the functions but says error in line X, nothing more.
even with the most simple script:
from bge import logic as gl
own = gl.getCurrentController().owner
print dir(own)
btw, the little arrow in the console points to the “dir”… did that change in 2.5? (i used that in 2.49 alot)
Edit: print (dir(own)) works