TORCS  1.3.9
The Open Racing Car Simulator
tCmdInfo Struct Reference

#include <controlconfig.h>

Collaboration diagram for tCmdInfo:

Public Attributes

const char * name
 
tCtrlRef ref
 
int Id
 
const char * minName
 
float min
 
const char * maxName
 
float max
 
const char * powName
 
float pow
 
int keyboardPossible
 

Detailed Description

Definition at line 32 of file controlconfig.h.

Member Data Documentation

◆ Id

int tCmdInfo::Id

Definition at line 36 of file controlconfig.h.

◆ keyboardPossible

int tCmdInfo::keyboardPossible

Definition at line 43 of file controlconfig.h.

◆ max

float tCmdInfo::max

Definition at line 40 of file controlconfig.h.

◆ maxName

const char* tCmdInfo::maxName

Definition at line 39 of file controlconfig.h.

◆ min

float tCmdInfo::min

Definition at line 38 of file controlconfig.h.

◆ minName

const char* tCmdInfo::minName

Definition at line 37 of file controlconfig.h.

◆ name

const char* tCmdInfo::name

Definition at line 34 of file controlconfig.h.

◆ pow

float tCmdInfo::pow

Definition at line 42 of file controlconfig.h.

◆ powName

const char* tCmdInfo::powName

Definition at line 41 of file controlconfig.h.

◆ ref

tCtrlRef tCmdInfo::ref

Definition at line 35 of file controlconfig.h.


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