| ExecutionGroupAttribute Constructor (String, UInt32) |
Namespace:
Cauldron.Consoles
Assembly:
Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.2
Syntax public ExecutionGroupAttribute(
string groupName,
uint groupIndex = 0
)
Public Sub New (
groupName As String,
Optional groupIndex As UInteger = 0
)
Parameters
- groupName
- Type: SystemString
The name of the group.
If an implementation of ILocalizationSource exist, the parser will use groupName as a key for Locale - groupIndex (Optional)
- Type: SystemUInt32
The group index indicates the execution priority of the groups. Higher values means lower priority.
See Also