Item tag
- Last UpdatedApr 28, 2023
- 1 minute read
The <item> tag of Config.xml represents a configuration setting with a name, a type, and a value.
Code example
This is a code example for the item tag.
<item name="numThreads" type="sint" value="0" description="Number of grabbing threads (0 is no threads)" constraints="range:0 inf" />
Attributes
The attributes for the item tag.
|
Attribute name |
Use |
Description |
|---|---|---|
|
name |
Mandatory |
The struct name. |
|
type |
Mandatory |
The item type selected among the field types. Ensure there is also an SCOLOR3 type not yet implemented by the scripting language. |
|
value |
Mandatory |
The current value. |
|
description |
Optional |
A description of the item. |