CardRPG 1.0
 
Loading...
Searching...
No Matches
CardRPG.PassiveAbility Class Referenceabstract

Abstract class for passive abilities that can be invoked during a duel. More...

Inheritance diagram for CardRPG.PassiveAbility:
CardRPG.DuelStartAbility CardRPG.EveryRoundAbility CardRPG.HPChangeAbility CardRPG.ObservePlayerCardAbility CardRPG.ObserveSpellAbility

Public Member Functions

void AddInvokeTrigger (Dueler dueler)
 adds an invoke trigger to the dueler.
 
void RemoveInvokeTrigger (Dueler dueler)
 removes the invoke trigger from the dueler.
 
void InvokeAbility (Dueler caster, Dueler target)
 invokes the ability with the given caster and target.
 

Properties

Card Card [get]
 

Detailed Description

Abstract class for passive abilities that can be invoked during a duel.

Member Function Documentation

◆ AddInvokeTrigger()

void CardRPG.PassiveAbility.AddInvokeTrigger ( Dueler dueler)
abstract

adds an invoke trigger to the dueler.

Parameters
dueler

◆ InvokeAbility()

void CardRPG.PassiveAbility.InvokeAbility ( Dueler caster,
Dueler target )
inline

invokes the ability with the given caster and target.

Parameters
caster
target

◆ RemoveInvokeTrigger()

void CardRPG.PassiveAbility.RemoveInvokeTrigger ( Dueler dueler)
abstract

removes the invoke trigger from the dueler.

Parameters
dueler

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