Skip to content
katsumasa edited this page Apr 21, 2021 · 1 revision

button ButtonName type

パラメータ

変数名 説明
ButtonName string ボタン名
type string 操作の種別

操作の種別

操作種別 説明
down ボタンを押す
up ボタンを放す

説明

ボタンのイベントを発生させます。 ボタンを押した場合、upを実行される迄、押し続けます。 ボタンの名称はInputManagerで指定したものを使用します。

button "Jump" down
wait sec 1.0
button "Jump" up

Clone this wiki locally