Show / Hide Table of Contents

Class LoadScenariosEventArgs

Arguments for an event to load scenario files.

Inheritance
object
LoadScenariosEventArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

LoadScenariosEventArgs(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 Source

FilePaths

Gets the scenario file paths.

Declaration
public IEnumerable<string> FilePaths { get; }
Property Value
Type Description
IEnumerable<string>
  • View Source
In this article
Back to top Generated by DocFX