mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
Remove use of _SCS from ADD_METHOD
This saves typing and is a step towards fixing #56
This commit is contained in:
parent
70b9aa379d
commit
0f687f0ccb
167 changed files with 1192 additions and 1195 deletions
|
|
@ -552,7 +552,7 @@ void ButtonArray::_bind_methods() {
|
|||
BIND_CONSTANT( ALIGN_FILL );
|
||||
BIND_CONSTANT( ALIGN_EXPAND_FILL );
|
||||
|
||||
ADD_PROPERTY( PropertyInfo( Variant::BOOL, "flat" ), _SCS("set_flat"),_SCS("is_flat") );
|
||||
ADD_PROPERTY( PropertyInfo( Variant::BOOL, "flat" ), "set_flat","is_flat") ;
|
||||
|
||||
ADD_SIGNAL( MethodInfo("button_selected",PropertyInfo(Variant::INT,"button_idx")));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue