Method | Description | |
---|---|---|
LoadTagOption ( IModInfo p_mifInfo ) : void |
Loads the values of the given tag option into the tag editor.
|
|
ModTaggerVM ( AutoTagger p_atgTagger, IMod p_modMod, ISettings p_setSettings, |
A simple constructor that initializes the object with the given values.
|
|
SaveTags ( ) : void |
Tags the mod with the current tag values.
|
public LoadTagOption ( IModInfo p_mifInfo ) : void | ||
p_mifInfo | IModInfo | The tag option whose values are to be displayed in the tag editor. |
return | void |
public ModTaggerVM ( AutoTagger p_atgTagger, IMod p_modMod, ISettings p_setSettings, |
||
p_atgTagger | AutoTagger | The tagger to use to tag mods with metadata. |
p_modMod | IMod | The mod to be tagged. |
p_setSettings | ISettings | The application and user settings. |
p_thmTheme | The current theme to use for the views. | |
return | Nexus.Client.Games |