|
Atrinik Server 2.5
|
#include <arch.h>
Data Fields | |
| const char * | name |
| struct archt * | next |
| struct archt * | head |
| struct archt * | more |
| object | clone |
The archetype structure is a set of rules on how to generate and manipulate objects which point to archetypes. This structure should get removed, and just replaced by the object structure
An object from which to do copy_object()
| struct archt* archt::head |
| struct archt* archt::more |
| const char* archt::name |
| struct archt* archt::next |
1.7.4