Add toggleBool() to props.nas
This commit is contained in:
parent
d1998f27ff
commit
ed3568554d
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ var Node = {
|
|||
setValues : func _setValues(me._g, arg),
|
||||
setIntValue : func _setIntValue(me._g, arg),
|
||||
setBoolValue : func _setBoolValue(me._g, arg),
|
||||
toggleBoolValue: func _toggleBoolValue(me._g, arg),
|
||||
setDoubleValue : func _setDoubleValue(me._g, arg),
|
||||
# adjustValue works like setDoubleValue but adds the argument to the
|
||||
# current value of the node
|
||||
|
|
Loading…
Add table
Reference in a new issue