Crossfire Server, Branches 1.12  R18729
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 539 of file treasure.c.

Field Documentation

int free_spots_struct::number_of_free_spots_in_room

Number of positions.

Definition at line 542 of file treasure.c.

Referenced by find_spot_in_room(), and find_spot_in_room_recursive().

int* free_spots_struct::room_free_spots_x

Positions.

Definition at line 540 of file treasure.c.

Referenced by find_spot_in_room(), and find_spot_in_room_recursive().

int* free_spots_struct::room_free_spots_y

Positions.

Definition at line 541 of file treasure.c.

Referenced by find_spot_in_room(), and find_spot_in_room_recursive().


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