Panda3D
Classes | Functions
direct.http.webAIInspector Namespace Reference

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...
 

Detailed Description

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.

Function Documentation

◆ initializeInspectorMap()

def direct.http.webAIInspector.initializeInspectorMap ( )

◆ inspectObject()

def direct.http.webAIInspector.inspectObject (   anObject)

◆ inspectorFor()

def direct.http.webAIInspector.inspectorFor (   anObject)

private