The root object of the display tree.
The current actor selected in the base menu scene.
The background sprite used to display the scene background.
Activates the buy window within the shop scene.
Activates the sell window within the shop scene.
Returns the current game actor.
Adds a child to the container.
The child to add
The child that was added
Adds a child to the container at a specified index.
The child to add
The index to place the child in
The child that was added
Adds a child window to the windowLayer process.
Attach a reservation to the reserve queue
Returns the buying price for the current item.
Checks for game over.
Handler for pressing buy within the shop scene.
Handler for pressing sell within the shop scene.
Creates the scene's important properties.
Creates the background of the base menu scene.
Creates the buy window.
Creates the category window.
Creates the command window for buying or selling.
Creates the gold window on the shop scene.
Creates the help window.
Creates the number input window on the shop scene.
Creates the sell window.
Creates the status window.
Creates the window layer on the current scene for displaying any and all windows.
Returns the currency unit of the game within the shop scene.
Remove the reservation from the reserve queue.
Calls each of the listeners registered for a given event.
The event name.
Arguments that are passed to registered listeners
true
if the event had listeners, else false
.
Return an array listing the events for which the emitter has registered listeners.
Returns the fade speed.
Returns whether the scene is active or not.
Returns a boolean value. Checks if the Scene is busy processing an event or other conditions.
Returns if the scene is ready to start or not.
Return the listeners registered for a given event.
The event name.
Check if there listeners for a given event.
If exists
argument is not true
lists listeners.
The event name.
Only check if there are listeners.
Returns the maximum number bought.
Returns the maximum number sold.
Returns the player gold within the shop scene.
Moves to the next actor in the party.
Handler for when buying is cancelled.
Handler for when buying is confirmed.
Pops the current scene and returns to the previous scene if available.
Moves to the previous actor in the party.
Removes a child from the container.
The child to remove
The child that was removed
Removes a child from the specified index position.
The index to get the child from
The child that was removed
Returns the selling price for the current item.
Sets the background opacity of the base menu scene background.
This function doesn't apply anymore.
Returns the slow fade speed.
Starts the scene.
Request a fadeIn screen process.
Request a fadeOut screen process.
Stops the scene.
Terminates/ends the scene.
Updates the scene.
Updates the current actor.
Updates the game's fade.
Generated using TypeDoc
Scene_Shop
The scene class of the shop screen.
Scene_Shop
{Scene_MenuBase}