TORCS  1.3.9
The Open Racing Car Simulator
ModList Struct Reference

list of module interfaces More...

#include <tgf.h>

Collaboration diagram for ModList:

Public Attributes

tModInfo modInfo [MAX_MOD_ITF]
 module info list for this dll More...
 
void * handle
 handle of loaded module More...
 
char * sopath
 path name of file More...
 
struct ModListnext
 next module in list More...
 

Detailed Description

list of module interfaces

Definition at line 203 of file tgf.h.

Member Data Documentation

◆ handle

void* ModList::handle

handle of loaded module

Definition at line 208 of file tgf.h.

◆ modInfo

tModInfo ModList::modInfo[MAX_MOD_ITF]

module info list for this dll

Definition at line 204 of file tgf.h.

◆ next

struct ModList* ModList::next

next module in list

Definition at line 211 of file tgf.h.

◆ sopath

char* ModList::sopath

path name of file

Definition at line 210 of file tgf.h.


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