Class SlugBaseCharacter.RefreshEventArgs
Provides data for the Refreshed event.
Inheritance
System.Object
System.EventArgs
SlugBaseCharacter.RefreshEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SlugBase
Assembly: SlugBase.dll
Syntax
public class RefreshEventArgs : EventArgs
Properties
Character
The reloaded SlugBaseCharacter.
Declaration
public SlugBaseCharacter Character { get; }
Property Value
Type | Description |
---|---|
SlugBaseCharacter |
Game
The current RainWorldGame.
Declaration
public RainWorldGame Game { get; }
Property Value
Type | Description |
---|---|
RainWorldGame |
ID
The ID of the reloaded SlugBaseCharacter.
Declaration
public SlugcatStats.Name ID { get; }
Property Value
Type | Description |
---|---|
SlugcatStats.Name |