Package bpy :: Module types :: Class Function
[hide private]
[frames] | no frames]

Class Function

The Function Definition Object

RNA function definition

References

Instance Variables [hide private]
string (readonly) description
Description of the Function's purpose.
string (readonly) identifier
Unique name used in the code and scripting.
Collection of Property (readonly) parameters
Parameters for the function.
boolean (readonly) registered
Function is registerd as callback as part of type registration.
boolean (readonly) registered_optional
Function is optionally registerd as callback part of type registration.
Instance Variable Details [hide private]

description

Description of the Function's purpose. (maximum length of 0)
Type:
string (readonly)

identifier

Unique name used in the code and scripting. (maximum length of 0)
Type:
string (readonly)