CTWM
Loading...
Searching...
No Matches
Data Fields
RAreaList Struct Reference

A set of RArea's. More...

#include <r_structs.h>

Collaboration diagram for RAreaList:
[legend]

Data Fields

int len
 How many we're using.
 
int cap
 How many we have space for.
 
RAreaareas
 Array of RArea members of this list.
 

Detailed Description

A set of RArea's.

This is generally used to define a contiguous region formed of various stitched-together subareas.

Definition at line 30 of file r_structs.h.

Field Documentation

◆ areas

RArea* RAreaList::areas

Array of RArea members of this list.

Definition at line 33 of file r_structs.h.

◆ cap

int RAreaList::cap

How many we have space for.

Definition at line 32 of file r_structs.h.

◆ len

int RAreaList::len

How many we're using.

Definition at line 31 of file r_structs.h.


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