Atributos públicos | |
| int | numobjects |
| Number of all objects in the world. | |
| list_t | all_objects |
| List of all objects in the world. | |
| int | numzombies |
| Number of objects not active, waiting for deletion. | |
| list_t | zombies |
| List of objects not active, waiting for deletion. | |
| int | numsleeping |
| Number of all objects not active but still alive. | |
| list_t | sleeping |
| List of objects not active but still alive. | |
| int | numrunning |
| Number of all running objects in the world. | |
| list_t | running |
| List of all running objects in the world. | |
1.2.15