QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gib_classes.c File Reference

Typedefs

typedef struct baseobj_s baseobj_t
 
typedef struct ObjectHash_s ObjectHash_t
 
typedef struct ObjRef_s ObjRef_t
 
typedef struct Scrobj_method_s Scrobj_method_t
 
typedef struct Scrobj_s Scrobj_t
 
typedef struct Thread_class_s Thread_class_t
 
typedef struct Thread_s Thread_t
 

Enumerations

enum  { CLASS, INSTANCE }
 

Functions

void GIB_Classes_Build_Scripted (const char *name, const char *parentname, gib_tree_t *tree, gib_script_t *script)
 
void GIB_Classes_Init (void)
 

Typedef Documentation

typedef struct baseobj_s baseobj_t
typedef struct ObjectHash_s ObjectHash_t
typedef struct ObjRef_s ObjRef_t
typedef struct Scrobj_method_s Scrobj_method_t
typedef struct Scrobj_s Scrobj_t
typedef struct Thread_class_s Thread_class_t
typedef struct Thread_s Thread_t

Enumeration Type Documentation

anonymous enum
Enumerator
CLASS 
INSTANCE 

Function Documentation

void GIB_Classes_Build_Scripted ( const char *  name,
const char *  parentname,
gib_tree_t tree,
gib_script_t script 
)
void GIB_Classes_Init ( void  )