You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D
This commit is contained in:
@@ -297,7 +297,7 @@ void GDScriptLanguage::get_public_functions(List<MethodInfo> *p_functions) const
|
||||
}
|
||||
{
|
||||
MethodInfo mi;
|
||||
mi.name="yield";
|
||||
mi.name="yield:GDFunctionState";
|
||||
mi.arguments.push_back(PropertyInfo(Variant::OBJECT,"object"));
|
||||
mi.arguments.push_back(PropertyInfo(Variant::STRING,"signal"));
|
||||
mi.default_arguments.push_back(Variant::NIL);
|
||||
|
||||
Reference in New Issue
Block a user