Blender  V3.3
bpy_traceback.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
14  const char *filepath, int *r_lineno, int *r_offset, int *r_lineno_end, int *r_offset_end);
15 
16 #ifdef __cplusplus
17 }
18 #endif
bool python_script_error_jump(const char *filepath, int *r_lineno, int *r_offset, int *r_lineno_end, int *r_offset_end)