TORCS  1.3.9
The Open Racing Car Simulator
tTrack Struct Reference

Track structure. More...

#include <track.h>

Collaboration diagram for tTrack:

Public Attributes

const char * name
 Name of the track. More...
 
const char * author
 Author's name. More...
 
char * filename
 Filename of the track description. More...
 
void * params
 Parameters handle. More...
 
char * internalname
 Internal name of the track. More...
 
const char * category
 Category of the track. More...
 
int nseg
 Number of segments. More...
 
int version
 Version of the track type. More...
 
tdble length
 main track length More...
 
tdble width
 main track width More...
 
tTrackPitInfo pits
 Pits information. More...
 
tTrackSegseg
 Main track. More...
 
tTrackSurfacesurfaces
 Segment surface list. More...
 
t3Dd min
 
t3Dd max
 
tTrackGraphicInfo graphic
 

Detailed Description

Track structure.

Definition at line 502 of file track.h.

Member Data Documentation

◆ author

const char* tTrack::author

Author's name.

Definition at line 505 of file track.h.

◆ category

const char* tTrack::category

Category of the track.

Definition at line 509 of file track.h.

◆ filename

char* tTrack::filename

Filename of the track description.

Definition at line 506 of file track.h.

◆ graphic

tTrackGraphicInfo tTrack::graphic

Definition at line 520 of file track.h.

◆ internalname

char* tTrack::internalname

Internal name of the track.

Definition at line 508 of file track.h.

◆ length

tdble tTrack::length

main track length

Definition at line 512 of file track.h.

◆ max

t3Dd tTrack::max

Definition at line 519 of file track.h.

◆ min

t3Dd tTrack::min

Definition at line 518 of file track.h.

◆ name

const char* tTrack::name

Name of the track.

Definition at line 504 of file track.h.

◆ nseg

int tTrack::nseg

Number of segments.

Definition at line 510 of file track.h.

◆ params

void* tTrack::params

Parameters handle.

Definition at line 507 of file track.h.

◆ pits

tTrackPitInfo tTrack::pits

Pits information.

Definition at line 514 of file track.h.

◆ seg

tTrackSeg* tTrack::seg

Main track.

Definition at line 515 of file track.h.

◆ surfaces

tTrackSurface* tTrack::surfaces

Segment surface list.

Definition at line 516 of file track.h.

◆ version

int tTrack::version

Version of the track type.

Definition at line 511 of file track.h.

◆ width

tdble tTrack::width

main track width

Definition at line 513 of file track.h.


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