Effect

Undocumented in source.

Constructors

this
this(sul.effects.Effect effect, Living victim, ubyte level, tick_t duration, Living attacker)
Undocumented in source.

Alias This

effect

Members

Functions

onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
onStop
void onStop()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(sul.effects.Effect e)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
void tick()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

attacker
Living attacker [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
finished
bool finished [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
ubyte id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
instant
bool instant [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
victim
Living victim [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromId
Effect fromId(sul.effects.Effect effect, Living victim, ubyte level, tick_t duration, Living attacker)
Undocumented in source. Be warned that the author may not have intended to support it.
fromId
Effect fromId(sul.effects.Effect effect, Living victim, ubyte level, Living attacker)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

UNLIMITED
enum tick_t UNLIMITED;
Undocumented in source.
duration
tick_t duration;
Undocumented in source.
effect
sul.effects.Effect effect;
Undocumented in source.
level
ubyte level;
Undocumented in source.
levelFromOne
uint levelFromOne;
Undocumented in source.
ticks
tick_t ticks;
Undocumented in source.

Meta