LcSettingC - various functions to create, initialize and destroy … More...
Functions | |
static OT_ProcRet | pylcconfig_LcSettingC_Add (LcSettingC_ARGS) |
Python: → C-API This function adds a new child setting or element to the setting parent, which must be a group, array, or list … | |
static OT_ProcRet | pylcconfig_LcSettingC_GetConfig (LcSettingC_ARGS) |
Python: → C-API addon - return the LcConfigC from the LcSettingC … | |
LcSettingC - various functions to create, initialize and destroy …
|
static |
Python:
→ C-API [constructor] LcSettingC parent.Add(name:string, __type:LcConfigTypeE)
This function adds a new child setting or element to the setting parent, which must be a group, array, or list …
Definition at line 1119 of file LcSettingC_py.c.
|
static |
Python:
→ C-API LcConfigC setting.GetConfig()
addon - return the LcConfigC from the LcSettingC …
Definition at line 1143 of file LcSettingC_py.c.