Rebornbuddy
|
Represents a description of a hook, including its name and an optional description. More...
Public Member Functions | |
HookDescription (string name, string description=null) | |
Represents a description of a hook, including its name and an optional description. | |
bool | Equals (HookDescription other) |
Compares the current HookDescription instance with another instance to determine equality. | |
override bool | Equals (object obj) |
Determines whether the specified object is equal to the current instance. | |
override int | GetHashCode () |
Generates a hash code for the current instance. |
Properties | |
string | Name [get, set] |
Gets or sets the name associated with the hook description. | |
string | Description [get, set] |
Gets or sets the description of the hook. |
Represents a description of a hook, including its name and an optional description.
Used to provide metadata about hooks, such as their name and purpose.
ff14bot.Behavior.HookDescription.HookDescription | ( | string | name, |
string | description = null ) |
Represents a description of a hook, including its name and an optional description.
This class provides metadata about a hook, such as its name and purpose, to be used within TreeHooks functionality.
bool ff14bot.Behavior.HookDescription.Equals | ( | HookDescription | other | ) |
Compares the current HookDescription instance with another instance to determine equality.
other | The other HookDescription instance to compare with the current instance. |
override bool ff14bot.Behavior.HookDescription.Equals | ( | object | obj | ) |
Determines whether the specified object is equal to the current instance.
obj | The object to compare with the current instance. |
override int ff14bot.Behavior.HookDescription.GetHashCode | ( | ) |
Generates a hash code for the current instance.
|
getset |
Gets or sets the description of the hook.
|
getset |
Gets or sets the name associated with the hook description.