Blender V4.3
Text Struct Reference

#include <DNA_text_types.h>

Public Attributes

ID id
char * filepath
void * compiled
int flags
char _pad0 [4]
ListBase lines
TextLinecurl
TextLinesell
int curc
int selc
double mtime

Detailed Description

Definition at line 26 of file DNA_text_types.h.

Member Data Documentation

◆ _pad0

char Text::_pad0[4]

Definition at line 43 of file DNA_text_types.h.

◆ compiled

void* Text::compiled

Python code object for this text (cached result of #Py_CompileStringObject).

Definition at line 40 of file DNA_text_types.h.

Referenced by BPY_text_free_code(), python_script_exec(), text_blend_read_data(), text_blend_write(), text_copy_data(), text_reload_exec(), and txt_make_dirty().

◆ curc

◆ curl

◆ filepath

◆ flags

◆ id

◆ lines

◆ mtime

◆ selc

◆ sell


The documentation for this struct was generated from the following file: