Panda3D
Public Member Functions | List of all members
AIWorld Class Reference

Public Member Functions

 __init__ (NodePath render)
 
 addAiChar (AICharacter ai_ch)
 
 addFlock (Flock flock)
 
 addObstacle (NodePath obstacle)
 
 flockOff (unsigned int flock_id)
 
 flockOn (unsigned int flock_id)
 
Flock getFlock (unsigned int flock_id)
 
 printList ()
 
 removeAiChar (str name)
 
 removeFlock (unsigned int flock_id)
 
 removeObstacle (NodePath obstacle)
 
 update ()
 

Member Function Documentation

◆ __init__()

__init__ ( NodePath  render)

◆ addAiChar()

addAiChar ( AICharacter  ai_ch)

◆ addFlock()

addFlock ( Flock  flock)

◆ addObstacle()

addObstacle ( NodePath  obstacle)

◆ flockOff()

flockOff ( unsigned int  flock_id)

◆ flockOn()

flockOn ( unsigned int  flock_id)

◆ getFlock()

Flock getFlock ( unsigned int  flock_id)

◆ printList()

printList ( )

◆ removeAiChar()

removeAiChar ( str  name)

◆ removeFlock()

removeFlock ( unsigned int  flock_id)

◆ removeObstacle()

removeObstacle ( NodePath  obstacle)

◆ update()

update ( )