Skip to content
katsumasa edited this page Apr 21, 2021 · 4 revisions

add Variable Variable Variable

add Variable Variable Value

add Variable Value Variable

add Variable Value Value

パラメータ

パラメータ 説明
VariableName Variable 変数名
Value int,float,string

説明

加算した結果を変数に代入します。 同じ型通しの加算のみ可能ですが、string型に関しては、異なる型動詞の加算が可能です。

int val

: val = 100 + 200
add val 100 200

string buttonName

add buttonName "ButtonName" 0

button buttonName down
wait sec 1.0

Clone this wiki locally