Uses of Class
frams_client_3d.Creature

Uses of Creature in frams_client_3d
 

Methods in frams_client_3d that return Creature
private  Creature MainWindow.readCreature(int group, int index)
          Read the creature data from a server.
 

Methods in frams_client_3d with parameters of type Creature
private  void MainWindow.updateCreature(int type, Creature creature)
          Update creatures data in a group.
private  void ViewGL.setCreature(Creature creature, int list)
          Prepare display list for a creature.