fprop.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  feature_property_type {
  FPROP_NONE = 0, FPROP_SANCTUARY_1 = (1 << 0), FPROP_SANCTUARY_2 = (1 << 2), FPROP_BLOODY = (1 << 3),
  FPROP_UNUSED_2 = (1 << 4), FPROP_HIGHLIGHT = (1 << 5), FPROP_UNUSED = (1 << 6), FPROP_NO_CLOUD_GEN = (1 << 7),
  FPROP_NO_RTELE_INTO = (1 << 8), FPROP_NO_CTELE_INTO = (1 << 9), FPROP_NO_TELE_INTO = FPROP_NO_RTELE_INTO | FPROP_NO_CTELE_INTO, FPROP_NO_TIDE = (1 << 10),
  FPROP_NO_SUBMERGE = (1 << 11), FPROP_MOLD = (1 << 12), FPROP_GLOW_MOLD = (1 << 13), FPROP_NO_JIYVA = (1 << 14),
  FPROP_SEEN_OR_NOEXP = (1 << 15)
}

Functions

bool is_sanctuary (const coord_def &p)
bool is_bloodcovered (const coord_def &p)
bool is_tide_immune (const coord_def &p)
bool is_moldy (const coord_def &p)
bool glowing_mold (const coord_def &p)
void remove_mold (const coord_def &p)
feature_property_type str_to_fprop (const std::string &str)


Enumeration Type Documentation

Enumerator:
FPROP_NONE 
FPROP_SANCTUARY_1 
FPROP_SANCTUARY_2 
FPROP_BLOODY 
FPROP_UNUSED_2 
FPROP_HIGHLIGHT 
FPROP_UNUSED 
FPROP_NO_CLOUD_GEN 
FPROP_NO_RTELE_INTO 
FPROP_NO_CTELE_INTO 
FPROP_NO_TELE_INTO 
FPROP_NO_TIDE 
FPROP_NO_SUBMERGE 
FPROP_MOLD 
FPROP_GLOW_MOLD 
FPROP_NO_JIYVA 
FPROP_SEEN_OR_NOEXP 


Function Documentation

bool glowing_mold ( const coord_def p  ) 

bool is_bloodcovered ( const coord_def p  ) 

Here is the call graph for this function:

bool is_moldy ( const coord_def p  ) 

bool is_sanctuary ( const coord_def p  ) 

Here is the call graph for this function:

bool is_tide_immune ( const coord_def p  ) 

void remove_mold ( const coord_def p  ) 

feature_property_type str_to_fprop ( const std::string str  ) 


Generated on Thu Jan 13 13:05:33 2011 by  doxygen 1.5.6