Game

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Map_Data Struct Reference

Map_Data Struct Reference

2D Map data Struct More...

#include <Graphics.h>

Data Fields

int number_of_track_lines
 Number of elements in the track lines array.
int number_of_dotted_lines
 Number of elements in the dotted lines array.
int number_of_sprites
 Number of elements in the sprites array.
int number_of_walls
 Number of elements in the walls array.
int number_of_off_track_squares
 Number of elements in the off track squares array.
int number_of_off_track_triangles
 Number of elements in the off track triangles array.
int number_of_out_of_bounds_squares
 Number of elements in the out of bounds squares array.
int number_of_out_of_bounds_triangles
 Number of elements in the out of bounds triangles array.
int number_of_gates
 Number of elements in the gates array.
int number_of_boost_plates
 Number of elements in the boost plates array.

Detailed Description

2D Map data Struct

Definition at line 88 of file FXOS8700CQ.h.


Field Documentation

Number of elements in the boost plates array.

Definition at line 98 of file FXOS8700CQ.h.

Number of elements in the dotted lines array.

Definition at line 90 of file FXOS8700CQ.h.

Number of elements in the gates array.

Definition at line 97 of file FXOS8700CQ.h.

Number of elements in the off track squares array.

Definition at line 93 of file FXOS8700CQ.h.

Number of elements in the off track triangles array.

Definition at line 94 of file FXOS8700CQ.h.

Number of elements in the out of bounds squares array.

Definition at line 95 of file FXOS8700CQ.h.

Number of elements in the out of bounds triangles array.

Definition at line 96 of file FXOS8700CQ.h.

Number of elements in the sprites array.

Definition at line 91 of file FXOS8700CQ.h.

Number of elements in the track lines array.

Definition at line 89 of file FXOS8700CQ.h.

Number of elements in the walls array.

Definition at line 92 of file FXOS8700CQ.h.