#include <mapmark.h>


Public Member Functions | |
| map_malign_gateway_marker (const coord_def &pos=coord_def(0, 0), int dur=0, bool ip=false, std::string caster="", beh_type bh=BEH_HOSTILE, god_type gd=GOD_NO_GOD, int pow=0) | |
| void | write (writer &) const |
| void | read (reader &) |
| map_marker * | clone () const |
| std::string | debug_describe () const |
Static Public Member Functions | |
| static map_marker * | read (reader &, map_marker_type) |
Public Attributes | |
| int | duration |
| bool | is_player |
| bool | monster_summoned |
| std::string | summoner_string |
| beh_type | behaviour |
| god_type | god |
| int | power |
| map_malign_gateway_marker::map_malign_gateway_marker | ( | const coord_def & | pos = coord_def(0, 0), |
|
| int | dur = 0, |
|||
| bool | ip = false, |
|||
| std::string | caster = "", |
|||
| beh_type | bh = BEH_HOSTILE, |
|||
| god_type | gd = GOD_NO_GOD, |
|||
| int | pow = 0 | |||
| ) |
| void map_malign_gateway_marker::write | ( | writer & | out | ) | const [virtual] |
| void map_malign_gateway_marker::read | ( | reader & | in | ) | [virtual] |
| map_marker * map_malign_gateway_marker::clone | ( | ) | const [virtual] |
| std::string map_malign_gateway_marker::debug_describe | ( | ) | const [virtual] |
| map_marker * map_malign_gateway_marker::read | ( | reader & | in, | |
| map_marker_type | ||||
| ) | [static] |

1.5.6