TORCS  1.3.9
The Open Racing Car Simulator
ModInfo Struct Reference

Module information structure. More...

#include <tgf.h>

Public Types

enum  { INVALID_INDEX = -9999 }
 

Public Attributes

char * name
 name of the module (short) (NULL if no module) More...
 
char * desc
 description of the module (can be long) More...
 
tfModPrivInit fctInit
 init function More...
 
unsigned int gfId
 supported framework version More...
 
int index
 index if multiple interface in one dll More...
 
int prio
 priority if needed More...
 
int magic
 magic number for integrity check More...
 

Detailed Description

Module information structure.

Definition at line 188 of file tgf.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
INVALID_INDEX 

Definition at line 196 of file tgf.h.

Member Data Documentation

◆ desc

char* ModInfo::desc

description of the module (can be long)

Definition at line 190 of file tgf.h.

◆ fctInit

tfModPrivInit ModInfo::fctInit

init function

Definition at line 191 of file tgf.h.

◆ gfId

unsigned int ModInfo::gfId

supported framework version

Definition at line 192 of file tgf.h.

◆ index

int ModInfo::index

index if multiple interface in one dll

Definition at line 193 of file tgf.h.

◆ magic

int ModInfo::magic

magic number for integrity check

Definition at line 195 of file tgf.h.

◆ name

char* ModInfo::name

name of the module (short) (NULL if no module)

Definition at line 189 of file tgf.h.

◆ prio

int ModInfo::prio

priority if needed

Definition at line 194 of file tgf.h.


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