mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 12:14:44 +00:00
Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D
This commit is contained in:
parent
73f83fadc8
commit
b80c42ef4e
3 changed files with 28 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue