You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_classes/LuaAPI.xml
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -61,15 +61,6 @@
61
61
Calls a function inside current Lua state. This can be either a exposed function or a function defined with with Lua. You may want to check if the function actually exists with [code]function_exists(LuaFunctionName)[/code]. This function supports 1 return value from lua. It will be returned as a variant and if Lua returns no value it will be null. If an error occurs while calling this function, a LuaError object will be returned.
62
62
</description>
63
63
</method>
64
-
<methodname="call_function_ref">
65
-
<returntype="Variant" />
66
-
<paramindex="0"name="Args"type="Array" />
67
-
<paramindex="1"name="LuaFunctionRef"type="int" />
68
-
<description>
69
-
This method is used to create a Callable when pulling a lua function from the stack. It is not intended to be called directly.
70
-
When returning a Callable, the function ref is bound to the Callable. You must only supply the arguments.
0 commit comments