We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fae796 commit be80656Copy full SHA for be80656
YYToolkit/source/YYTK/Shared/YYTK_Shared_Interface.hpp
@@ -360,7 +360,7 @@ namespace YYTK
360
* \brief Calls a game script in the global context.
361
* \param ScriptName The name of the script to call, prefixed with gml_Script. Case-sensitive.
362
* \param Arguments The arguments to pass into the script.
363
- * \return AURIE_SUCCESS on success. AURIE_INVALID_PARAMETER if Object is an invalid type.
+ * \return An RValue representing the return value of the script.
364
*/
365
virtual RValue CallGameScript(
366
IN std::string_view ScriptName,
0 commit comments