Constructor


SnowGraveSpell(user: PartyBattler)

Arguments:

user: PartyBattler

PartyBattlers are a type of Battler that represent PartyMembers when they are in battle.
The set of PartyBattlers in the current battle are stored in Game.battle.party.
Unlike EnemyBattler, party members do not need to define a PartyBattler in a file as their PartyMember file defines everything necessary and is utilised by PartyBattler.





Methods


SnowGraveSpell:createSnowflake(x: any, y: any)

Arguments:

x: any
y: any

Returns:

1: unknown




SnowGraveSpell:drawTiled(x: any, y: any, alpha: any)

Arguments:

x: any
y: any
alpha: any





Fields



Undocumented















SnowGraveSpell.caster: PartyBattler

PartyBattlers are a type of Battler that represent PartyMembers when they are in battle.
The set of PartyBattlers in the current battle are stored in Game.battle.party.
Unlike EnemyBattler, party members do not need to define a PartyBattler in a file as their PartyMember file defines everything necessary and is utilised by PartyBattler.