Constructor


MirrorArea(x: any, y: any, shape: any, properties: any)

Arguments:

x: any
y: any
shape: any
properties: any




Methods




MirrorArea:drawCharacter(chara: Character)

Draws a character's reflection

Arguments:

chara: Character

All types of character in the overworld inherit from the Character class.
This class is not to be confused with the psuedo-event NPC that is used for characters placed in the overworld.



MirrorArea:drawMirror()

Finds and draws all character's reflections




Fields



MirrorArea.offset: number

[Property offset] The y-offset for reflections drawn in this mirror (Defaults to 0)


MirrorArea.opacity: number

[Property opacity] The opacity of reflections drawn in the mirror (Defaults to 1)



Undocumented