Classes Scene_Menu - hikipuro/rpgmakermv_ref GitHub Wiki

Scene_Menu クラス

[クラス一覧]

(ver.1.6.2)

メニュー画面

定義場所: rpg_scenes.js

クラスの属性

メソッド

名前 説明
initialize
create
start
createCommandWindow
createGoldWindow
createStatusWindow
commandItem
commandPersonal
commandFormation
commandOptions
commandSave
commandGameEnd
onPersonalOk
onPersonalCancel
onFormationOk
onFormationCancel

initialize

定義: initialize()


create

定義: create()


start

定義: start()


createCommandWindow

定義: createCommandWindow()


createGoldWindow

定義: createGoldWindow()


createStatusWindow

定義: createStatusWindow()


commandItem

定義: commandItem()


commandPersonal

定義: commandPersonal()


commandFormation

定義: commandFormation()


commandOptions

定義: commandOptions()


commandSave

定義: commandSave()


commandGameEnd

定義: commandGameEnd()


onPersonalOk

定義: onPersonalOk()


onPersonalCancel

定義: onPersonalCancel()


onFormationOk

定義: onFormationOk()


onFormationCancel

定義: onFormationCancel()