Game Development Community

Class functions

by Mr.Trance · in General Discussion · 01/12/2010 (4:08 am) · 2 replies

Hi!

I was wondering if there's any source where I can find and read about all the available class methods, object variables, etc?

Like functions .startY, .getPositionY(), .setLinearVelocityY, etc;
and methods ::onLevelLoaded, ::onWorldLimit and all others.




#1
01/12/2010 (10:54 am)
dumpConsoleFunctions();

dumpConsoleClasses();
#2
01/13/2010 (8:29 am)
Isn't there any good documentation source regarding my question?
The solution you mentioned doesn't look neat :)