Method AddModuleFlag
AddModuleFlag(ModuleFlagBehavior, LazyEncodedString, uint)
Adds a module flag to the module
void AddModuleFlag(ModuleFlagBehavior behavior, LazyEncodedString name, uint value)
Parameters
behavior
ModuleFlagBehaviorModuleHandle flag behavior for this flag
name
LazyEncodedStringName of the flag
value
uintValue of the flag
AddModuleFlag(ModuleFlagBehavior, LazyEncodedString, IrMetadata)
Adds a module flag to the module
void AddModuleFlag(ModuleFlagBehavior behavior, LazyEncodedString name, IrMetadata value)
Parameters
behavior
ModuleFlagBehaviorModuleHandle flag behavior for this flag
name
LazyEncodedStringName of the flag
value
IrMetadataValue of the flag