LcSettingC - various functions to lookup a setting … More...
Collaboration diagram for LcSettingC_Lookup_CS_API:Functions | |
| LcSettingC | cslcconfig.LcSettingC.Lookup (string path) |
C#: → C-API This function locates a setting by a path path relative to the setting setting … | |
| MkBufferListC | cslcconfig.LcSettingC.LookupAll () |
C#: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
| bool | cslcconfig.LcSettingC.LookupBool (string name) |
C#: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| double | cslcconfig.LcSettingC.LookupFloat (string name) |
C#: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| int | cslcconfig.LcSettingC.LookupInt (string name) |
C#: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| long | cslcconfig.LcSettingC.LookupInt64 (string name) |
C#: → C-API These functions look up the value of the child setting named name of the setting setting … | |
| string | cslcconfig.LcSettingC.LookupString (string name) |
C#: → C-API These functions look up the value of the child setting named name of the setting setting … | |
LcSettingC - various functions to lookup a setting …
|
inline |
C#: → C-API LcSettingC setting.Lookup(string path)
This function locates a setting by a path path relative to the setting setting …
Definition at line 311 of file LcSettingC.cs.
|
inline |
C#: → C-API MkBufferListC setting.LookupAll()
addon - read an entire configuration below setting into MkBufferListC …
Definition at line 322 of file LcSettingC.cs.
|
inline |
C#: → C-API bool setting.LookupBool(string name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 330 of file LcSettingC.cs.
|
inline |
C#: → C-API double setting.LookupFloat(string name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 340 of file LcSettingC.cs.
|
inline |
C#: → C-API int setting.LookupInt(string name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 350 of file LcSettingC.cs.
|
inline |
C#: → C-API long setting.LookupInt64(string name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 360 of file LcSettingC.cs.
|
inline |
C#: → C-API string setting.LookupString(string name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 370 of file LcSettingC.cs.