|
@@ -670,7 +670,7 @@ typedef void (*GDExtensionInterfaceMemFree)(void *p_ptr);
|
|
|
*
|
|
|
* Logs an error to Godot's built-in debugger and to the OS terminal.
|
|
|
*
|
|
|
- * @param p_description The code trigging the error.
|
|
|
+ * @param p_description The code triggering the error.
|
|
|
* @param p_function The function name where the error occurred.
|
|
|
* @param p_file The file where the error occurred.
|
|
|
* @param p_line The line where the error occurred.
|
|
@@ -684,7 +684,7 @@ typedef void (*GDExtensionInterfacePrintError)(const char *p_description, const
|
|
|
*
|
|
|
* Logs an error with a message to Godot's built-in debugger and to the OS terminal.
|
|
|
*
|
|
|
- * @param p_description The code trigging the error.
|
|
|
+ * @param p_description The code triggering the error.
|
|
|
* @param p_message The message to show along with the error.
|
|
|
* @param p_function The function name where the error occurred.
|
|
|
* @param p_file The file where the error occurred.
|
|
@@ -699,7 +699,7 @@ typedef void (*GDExtensionInterfacePrintErrorWithMessage)(const char *p_descript
|
|
|
*
|
|
|
* Logs a warning to Godot's built-in debugger and to the OS terminal.
|
|
|
*
|
|
|
- * @param p_description The code trigging the warning.
|
|
|
+ * @param p_description The code triggering the warning.
|
|
|
* @param p_function The function name where the warning occurred.
|
|
|
* @param p_file The file where the warning occurred.
|
|
|
* @param p_line The line where the warning occurred.
|
|
@@ -713,7 +713,7 @@ typedef void (*GDExtensionInterfacePrintWarning)(const char *p_description, cons
|
|
|
*
|
|
|
* Logs a warning with a message to Godot's built-in debugger and to the OS terminal.
|
|
|
*
|
|
|
- * @param p_description The code trigging the warning.
|
|
|
+ * @param p_description The code triggering the warning.
|
|
|
* @param p_message The message to show along with the warning.
|
|
|
* @param p_function The function name where the warning occurred.
|
|
|
* @param p_file The file where the warning occurred.
|
|
@@ -728,7 +728,7 @@ typedef void (*GDExtensionInterfacePrintWarningWithMessage)(const char *p_descri
|
|
|
*
|
|
|
* Logs a script error to Godot's built-in debugger and to the OS terminal.
|
|
|
*
|
|
|
- * @param p_description The code trigging the error.
|
|
|
+ * @param p_description The code triggering the error.
|
|
|
* @param p_function The function name where the error occurred.
|
|
|
* @param p_file The file where the error occurred.
|
|
|
* @param p_line The line where the error occurred.
|
|
@@ -742,7 +742,7 @@ typedef void (*GDExtensionInterfacePrintScriptError)(const char *p_description,
|
|
|
*
|
|
|
* Logs a script error with a message to Godot's built-in debugger and to the OS terminal.
|
|
|
*
|
|
|
- * @param p_description The code trigging the error.
|
|
|
+ * @param p_description The code triggering the error.
|
|
|
* @param p_message The message to show along with the error.
|
|
|
* @param p_function The function name where the error occurred.
|
|
|
* @param p_file The file where the error occurred.
|