diff options
| author | Rémi Verschelde | 2017-02-13 11:11:01 +0100 |
|---|---|---|
| committer | GitHub | 2017-02-13 11:11:01 +0100 |
| commit | bf64df4427836a4e7a5060ee11d75eea6da79b14 (patch) | |
| tree | f33b1c2a15fe7024716b3a611b625c652290d067 /scene/gui/menu_button.cpp | |
| parent | 70b9aa379d99c78f6db87344e3002808dac70bfa (diff) | |
| parent | 0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a (diff) | |
| download | godot-bf64df4427836a4e7a5060ee11d75eea6da79b14.tar.gz godot-bf64df4427836a4e7a5060ee11d75eea6da79b14.tar.zst godot-bf64df4427836a4e7a5060ee11d75eea6da79b14.zip | |
Diffstat (limited to 'scene/gui/menu_button.cpp')
| -rw-r--r-- | scene/gui/menu_button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/menu_button.cpp b/scene/gui/menu_button.cpp index 4a366c55c..4fd3daa50 100644 --- a/scene/gui/menu_button.cpp +++ b/scene/gui/menu_button.cpp @@ -103,7 +103,7 @@ void MenuButton::_bind_methods() { ClassDB::bind_method(_MD("_set_items"),&MenuButton::_set_items); ClassDB::bind_method(_MD("_get_items"),&MenuButton::_get_items); - ADD_PROPERTY( PropertyInfo(Variant::ARRAY,"items",PROPERTY_HINT_NONE,"",PROPERTY_USAGE_NOEDITOR), _SCS("_set_items"),_SCS("_get_items") ); + ADD_PROPERTY( PropertyInfo(Variant::ARRAY,"items",PROPERTY_HINT_NONE,"",PROPERTY_USAGE_NOEDITOR), "_set_items","_get_items") ; ADD_SIGNAL( MethodInfo("about_to_show") ); } |
