Crossfire Server, Branch 1.12  R12190
Data Fields
free_spots_struct Struct Reference

Datastructure needed by find_spot_in_room() and find_spot_in_room_recursive() More...

Data Fields

int number_of_free_spots_in_room
 Number of positions.
int * room_free_spots_x
 Positions.
int * room_free_spots_y
 Positions.

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

Number of positions.

Definition at line 542 of file treasure.c.

Referenced by find_spot_in_room(), and find_spot_in_room_recursive().

Positions.

Definition at line 540 of file treasure.c.

Referenced by find_spot_in_room(), and find_spot_in_room_recursive().

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: