base class — bpy_struct
RNA function definition
Description of the Function’s purpose
| Type: | string, default “”, (readonly, never None) |
|---|
Unique name used in the code and scripting
| Type: | string, default “”, (readonly, never None) |
|---|
Function is registered as callback as part of type registration
| Type: | boolean, default False, (readonly) |
|---|
Function is optionally registered as callback part of type registration
| Type: | boolean, default False, (readonly) |
|---|
Parameters for the function
| Type: | bpy_prop_collection of Property, (readonly) |
|---|
Function does not pass its self as an argument (becomes a static method in python)
| Type: | boolean, default False, (readonly) |
|---|
Function passes its self type as an argument (becomes a class method in python if use_self is false)
| Type: | boolean, default False, (readonly) |
|---|
Inherited Properties
Inherited Functions
References