Panda3D
|
Classes | |
class | aiWebServer |
class | ClassInspector |
class | CodeInspector |
class | ComplexInspector |
class | DictionaryInspector |
class | FunctionInspector |
class | Inspector |
class | InstanceInspector |
class | InstanceMethodInspector |
class | ModuleInspector |
class | SequenceInspector |
class | SliceInspector |
Functions | |
def | initializeInspectorMap () |
def | inspectObject (anObject) |
def | inspectorFor (anObject) |
private More... | |
This is a web based inspector for the AI System. It can be accessed via http://hostname.domain:port/inspect The hostname.domain would of course be the computer that the AI is running on. The port will need to be defined when the instance is inited.
def direct.http.webAIInspector.initializeInspectorMap | ( | ) |
def direct.http.webAIInspector.inspectObject | ( | anObject | ) |
def direct.http.webAIInspector.inspectorFor | ( | anObject | ) |
private