Crossfire Server, Trunk
free_spots_struct Struct Reference
+ Collaboration diagram for free_spots_struct:

Data Fields

int number_of_free_spots_in_room
 
int * room_free_spots_x
 
int * room_free_spots_y
 

Detailed Description

Datastructure needed by find_spot_in_room() and find_spot_in_room_recursive()

Definition at line 571 of file treasure.cpp.

Field Documentation

◆ number_of_free_spots_in_room

int free_spots_struct::number_of_free_spots_in_room

Number of positions.

Definition at line 574 of file treasure.cpp.

Referenced by find_spot_in_room(), and find_spot_in_room_recursive().

◆ room_free_spots_x

int* free_spots_struct::room_free_spots_x

Positions.

Definition at line 572 of file treasure.cpp.

Referenced by find_spot_in_room(), and find_spot_in_room_recursive().

◆ room_free_spots_y

int* free_spots_struct::room_free_spots_y

Positions.

Definition at line 573 of file treasure.cpp.

Referenced by find_spot_in_room(), and find_spot_in_room_recursive().


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