DocFX + Singulink = ♥

Class SlugBaseCharacter.RefreshEventArgs

Provides data for the Refreshed event.

Inheritance
object
EventArgs
SlugBaseCharacter.RefreshEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SlugBase
Assembly: SlugBase.dll
Syntax
public class SlugBaseCharacter.RefreshEventArgs : EventArgs

Properties

View Source

Character

The reloaded SlugBaseCharacter.

Declaration
public SlugBaseCharacter Character { get; }
Property Value
Type Description
SlugBaseCharacter
View Source

Game

The current RainWorldGame.

Declaration
public RainWorldGame Game { get; }
Property Value
Type Description
RainWorldGame
View Source

ID

The ID of the reloaded SlugBaseCharacter.

Declaration
public SlugcatStats.Name ID { get; }
Property Value
Type Description
Name