UFO: Alien Invasion
Loading...
Searching...
No Matches
mPlaced_t Struct Reference

Defines a placed tile. More...

Collaboration diagram for mPlaced_t:
Collaboration graph

Data Fields

const Tiletile
int x
int y
int idx
int pos

Detailed Description

Defines a placed tile.

See also
Tile

Definition at line 147 of file sv_rma.cpp.

Field Documentation

◆ idx

int mPlaced_t::idx

Definition at line 150 of file sv_rma.cpp.

Referenced by SV_AddMapTiles(), SV_AddTile(), and SV_RemoveTile().

◆ pos

int mPlaced_t::pos

Stores the state of the placement algorithm

Definition at line 150 of file sv_rma.cpp.

Referenced by SV_AddTile(), and SV_RemoveTile().

◆ tile

const Tile* mPlaced_t::tile

The tile that was/is placed.

Definition at line 148 of file sv_rma.cpp.

Referenced by SV_AddTile(), SV_BuildMapStrings(), SV_DumpPlaced(), SV_RemoveTile(), and SV_RmaPrintMap().

◆ x

int mPlaced_t::x

◆ y

int mPlaced_t::y

The position in the map the tile was/is placed in.

Definition at line 149 of file sv_rma.cpp.

Referenced by SV_AddTile(), SV_BuildMapStrings(), SV_DumpPlaced(), SV_RemoveTile(), and SV_RmaPrintMap().


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