Class LoadScenariosEventArgs
Arguments for an event to load scenario files.
Inherited Members
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public class LoadScenariosEventArgs
Remarks
Initializes a new instance of the LoadScenariosEventArgs class.
Constructors
View SourceLoadScenariosEventArgs(string[])
Arguments for an event to load scenario files.
Declaration
public LoadScenariosEventArgs(string[] filePaths)
Parameters
Type | Name | Description |
---|---|---|
string[] | filePaths | The scenario file paths. |
Remarks
Initializes a new instance of the LoadScenariosEventArgs class.
Properties
View SourceFilePaths
Gets the scenario file paths.
Declaration
public IEnumerable<string> FilePaths { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |