Steam Fort 0.5
Public Attributes

Spell Struct Reference

Contains all informations about spell. More...

#include <magic.hpp>

List of all members.

Public Attributes

std::string name
 Name of spell.
int type
 Type of spell.
int target
 Target type of spell.
std::string dice
 Dice (for damage, healing, duration, etc)
int effect
 Additional effect of spell.
int cost
 Cost in mana for cast spell.
int memory
 Amount of memory required by spell.
int range
 Range of spell.

Detailed Description

Contains all informations about spell.


Member Data Documentation

Cost in mana for cast spell.

std::string Spell::dice

Dice (for damage, healing, duration, etc)

Additional effect of spell.

Amount of memory required by spell.

std::string Spell::name

Name of spell.

Range of spell.

Target type of spell.

Type of spell.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines