You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
New Code Completion
-=-=-=-=-=-=-=-=-=- -Massive improvement to code completion -Argument hinting for functions If you manage to out-smart the code-completion in a situation where completion should be possible to guess, let me know. Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user