GDExtensionInterfacePrintWarning typedef

GDExtensionInterfacePrintWarning = Pointer<NativeFunction<GDExtensionInterfacePrintWarningFunction>>

@name print_warning @since 4.1

Logs a warning to Godot's built-in debugger and to the OS terminal.

@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. @param p_editor_notify Whether or not to notify the editor.

Implementation

typedef GDExtensionInterfacePrintWarning =
    ffi.Pointer<ffi.NativeFunction<GDExtensionInterfacePrintWarningFunction>>;