Atrinik Server 2.5
Data Fields
archt Struct Reference

#include <arch.h>

Data Fields

const char * name
struct archtnext
struct archthead
struct archtmore
object clone

Detailed Description

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

Definition at line 38 of file arch.h.


Field Documentation

An object from which to do copy_object()

Definition at line 53 of file arch.h.

struct archt* archt::head

The main part of a linked object

Definition at line 47 of file arch.h.

struct archt* archt::more

Next part of a linked object

Definition at line 50 of file arch.h.

const char* archt::name

More definite name, like "generate_kobold"

Definition at line 41 of file arch.h.

struct archt* archt::next

Next archetype in a linked list

Definition at line 44 of file arch.h.


The documentation for this struct was generated from the following file: