#include <ispackets.h>
Data Fields | |
| byte | Size |
| 28 | |
| byte | Type |
| ISP_RST | |
| byte | ReqI |
| 0 unless this is a reply to an TINY_RST request | |
| byte | Zero |
| byte | RaceLaps |
| 0 if qualifying -> RaceLaps | |
| byte | QualMins |
| 0 if race | |
| byte | NumP |
| number of players in race | |
| byte | Spare |
| char | Track [6] |
| short track name | |
| byte | Weather |
| byte | Wind |
| word | Flags |
| race flags (must pit, can reset, etc) | |
| word | NumNodes |
| total number of nodes in the path | |
| word | Finish |
| node index - finish line | |
| word | Split1 |
| node index - split 1 | |
| word | Split2 |
| node index - split 2 | |
| word | Split3 |
| node index - split 3 | |
Definition at line 1128 of file ispackets.h.
| byte IS_RST::Size |
| byte IS_RST::Type |
| byte IS_RST::ReqI |
| byte IS_RST::Zero |
Definition at line 1133 of file ispackets.h.
| byte IS_RST::RaceLaps |
| byte IS_RST::QualMins |
| byte IS_RST::NumP |
| byte IS_RST::Spare |
Definition at line 1138 of file ispackets.h.
| char IS_RST::Track[6] |
| byte IS_RST::Weather |
Definition at line 1141 of file ispackets.h.
| byte IS_RST::Wind |
Definition at line 1142 of file ispackets.h.
| word IS_RST::Flags |
| word IS_RST::NumNodes |
| word IS_RST::Finish |
| word IS_RST::Split1 |
| word IS_RST::Split2 |
| word IS_RST::Split3 |
1.5.8