My Project
 
Loading...
Searching...
No Matches
Burning Class Reference

#include <burning.h>

Inheritance diagram for Burning:
Collaboration diagram for Burning:

Public Member Functions

 CLASSNAME (Burning)
 
virtual void storeInBundle (Bundle *bundle)
 
virtual void restoreFromBundle (Bundle *bundle)
 
virtual bool act ()
 
virtual void reignite (Char *ch)
 
virtual int icon ()
 
virtual void onDeath ()
 
virtual std::string toString ()
 
- Public Member Functions inherited from Buff
 Buff ()
 
virtual bool attachTo (Char *target)
 
virtual void detach ()
 
- Public Member Functions inherited from Actor
 Actor ()
 
int Id ()
 
void next ()
 

Static Public Member Functions

static float duration (Char *ch)
 
- Static Public Member Functions inherited from Buff
static Buffappend (Char *target, const std::string &buff)
 
static FlavourBuffappend (Char *target, const std::string &buffClass, float duration)
 
static Buffaffect (Char *target, const std::string &buffClass)
 
static FlavourBuffaffect (Char *target, const std::string &buffClass, float duration)
 
static FlavourBuffprolong (Char *target, const std::string &buffClass, float duration)
 
static void detach (Buff *buff)
 
static void detach (Char *target, const std::string &cl)
 
- Static Public Member Functions inherited from Actor
static void fixTime ()
 
static void clear ()
 
static CharfindChar (int pos)
 
static ActorfindById (int id)
 
static void init ()
 
static void addDelayed (Actor *actor, float delay)
 
static void remove (Actor *actor)
 
static void add (Actor *actor)
 
static void occupyCell (Char *ch)
 
static void freeCell (int pos)
 
static void process ()
 

Additional Inherited Members

- Public Attributes inherited from Buff
Chartarget
 
- Static Public Attributes inherited from Actor
static const int TICK = 1
 
static HashSet< Actor * > all
 
- Protected Member Functions inherited from Actor
virtual void spend (float time)
 
void postpone (float time)
 
float cooldown ()
 
void diactivate ()
 
virtual void onAdd ()
 
virtual void onRemove ()
 

Member Function Documentation

◆ act()

bool Burning::act ( )
virtual

Reimplemented from Buff.

Here is the call graph for this function:

◆ CLASSNAME()

Burning::CLASSNAME ( Burning )

◆ duration()

float Burning::duration ( Char * ch)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ icon()

int Burning::icon ( )
virtual

Reimplemented from Buff.

◆ onDeath()

void Burning::onDeath ( )
virtual

Implements HeroDoom.

Here is the call graph for this function:

◆ reignite()

void Burning::reignite ( Char * ch)
virtual
Here is the call graph for this function:

◆ restoreFromBundle()

void Burning::restoreFromBundle ( Bundle * bundle)
virtual

Reimplemented from Actor.

Here is the call graph for this function:

◆ storeInBundle()

void Burning::storeInBundle ( Bundle * bundle)
virtual

Reimplemented from Actor.

Here is the call graph for this function:

◆ toString()

virtual std::string Burning::toString ( )
inlinevirtual

Implements Buff.


The documentation for this class was generated from the following files: