Classes Window_DebugEdit - hikipuro/rpgmakermv_ref GitHub Wiki

Window_DebugEdit クラス

[クラス一覧 / rpg_windows.js]

(ver.1.6.2)

デバッグ画面のスイッチと変数

定義場所: rpg_windows.js

クラスの属性

メソッド

名前 説明
initialize
maxItems
refresh
drawItem
itemName
itemStatus
setMode
setTopId
currentId
update
updateSwitch
updateVariable

initialize

定義: initialize()


maxItems

定義: maxItems()


refresh

定義: refresh()


drawItem

定義: drawItem()


itemName

定義: itemName()


itemStatus

定義: itemStatus()


setMode

定義: setMode()


setTopId

定義: setTopId()


currentId

定義: currentId()


update

定義: update()


updateSwitch

定義: updateSwitch()


updateVariable

定義: updateVariable()