Method | Description | |
---|---|---|
ConditionStateManager ( IMod p_modMod, IGameMode p_gmdGameMode, IPluginManager p_pmgPluginManager, IEnvironmentInfo p_eifEnvironmentInfo ) : System |
A simple constructor that initializes the object with the given values.
|
|
GetImage ( string p_strPath ) : Image |
Gets the specified image from the mod against which the script is running.
|
|
RemoveFlags ( |
Removes the all flags owned by the given option.
|
|
SetFlagValue ( string p_strFlagName, string p_strValue, |
Sets the value of a conditional flag.
|
public ConditionStateManager ( IMod p_modMod, IGameMode p_gmdGameMode, IPluginManager p_pmgPluginManager, IEnvironmentInfo p_eifEnvironmentInfo ) : System | ||
p_modMod | IMod | The mod being installed. |
p_gmdGameMode | IGameMode | The game mode currently bieng managed. |
p_pmgPluginManager | IPluginManager | The plugin manager. |
p_eifEnvironmentInfo | IEnvironmentInfo | The application's envrionment info. |
return | System |
public GetImage ( string p_strPath ) : Image | ||
p_strPath | string | The path to the image in the mod to retrieve. |
return | Image |
public RemoveFlags ( |
||
p_pifPlugin | The owner of the flags to remove. | |
return | void |
public SetFlagValue ( string p_strFlagName, string p_strValue, |
||
p_strFlagName | string | The name of the falg whose value is to be set. |
p_strValue | string | The value to which to set the flag. |
p_pifPlugin | The plugin that is responsible for setting the flag's value. | |
return | void |