TORCS  1.3.9
The Open Racing Car Simulator
FList Struct Reference

List of (DLL) files for a Directory. More...

#include <tgf.h>

Collaboration diagram for FList:

Public Attributes

struct FListnext
 Next entry. More...
 
struct FListprev
 Previous entry. More...
 
char * name
 File name. More...
 
char * dispName
 Name to display on screen. More...
 
void * userData
 User data. More...
 

Detailed Description

List of (DLL) files for a Directory.

See also
GfDirGetList

Definition at line 229 of file tgf.h.

Member Data Documentation

◆ dispName

char* FList::dispName

Name to display on screen.

Definition at line 234 of file tgf.h.

◆ name

char* FList::name

File name.

Definition at line 233 of file tgf.h.

◆ next

struct FList* FList::next

Next entry.

Definition at line 231 of file tgf.h.

◆ prev

struct FList* FList::prev

Previous entry.

Definition at line 232 of file tgf.h.

◆ userData

void* FList::userData

User data.

Definition at line 235 of file tgf.h.


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