HideParty

┗> Event > Object > Class


A region in the Overworld which hides followers of the player when the player steps into it.
HideParty is an Event - naming an object hideparty on an objects layer in a map creates this object.
See this object's Fields for the configurable properties on this object.


Constructor


HideParty(x: any, y: any, shape: any, alpha: any)

Arguments:

x: any
y: any
shape: any
alpha: any




Methods


HideParty:onEnter(chara: any)

Arguments:

chara: any


HideParty:onExit(chara: any)

Arguments:

chara: any



Fields



HideParty.target_alpha: number

[Property alpha] The target alpha of followers in this region (Defaults to 0)



Undocumented