Skip to content

Commit be80656

Browse files
committed
Fix docs on CallGameScript
1 parent 9fae796 commit be80656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YYToolkit/source/YYTK/Shared/YYTK_Shared_Interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ namespace YYTK
360360
* \brief Calls a game script in the global context.
361361
* \param ScriptName The name of the script to call, prefixed with gml_Script. Case-sensitive.
362362
* \param Arguments The arguments to pass into the script.
363-
* \return AURIE_SUCCESS on success. AURIE_INVALID_PARAMETER if Object is an invalid type.
363+
* \return An RValue representing the return value of the script.
364364
*/
365365
virtual RValue CallGameScript(
366366
IN std::string_view ScriptName,

0 commit comments

Comments
 (0)