diff options
| author | Juan Linietsky | 2014-12-16 22:31:57 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-12-16 22:31:57 -0300 |
| commit | bcf27feb980aec593c7cb771984e46113cfad757 (patch) | |
| tree | dabc98af627732ccf5d1bbfa8aa58348030f6324 /core/object.cpp | |
| parent | be4e40e90a5a322f6a7cec4893854ef5b15db600 (diff) | |
| download | godot-bcf27feb980aec593c7cb771984e46113cfad757.tar.gz godot-bcf27feb980aec593c7cb771984e46113cfad757.tar.zst godot-bcf27feb980aec593c7cb771984e46113cfad757.zip | |
Diffstat (limited to 'core/object.cpp')
| -rw-r--r-- | core/object.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/object.cpp b/core/object.cpp index 42d570042..82144ab4b 100644 --- a/core/object.cpp +++ b/core/object.cpp @@ -1694,6 +1694,11 @@ void ObjectDB::debug_objects(DebugFunc p_func) { } +void Object::get_argument_options(const StringName& p_function,int p_idx,List<String>*r_options) const { + + +} + int ObjectDB::get_object_count() { GLOBAL_LOCK_FUNCTION; |
