Show / Hide Table of Contents

Class SlyRescuedEvent

Module which manages whether Sly has been rescued independently of PlayerData, and prevents Sly from appearing in the shop before being rescued.
The PlayerData bool instead solely controls whether the door to the shop is unlocked.

Inheritance
object
Module
SlyRescuedEvent
Inherited Members
Module.LoadOnce()
Module.UnloadOnce()
Module.Name
Module.ModuleHandlingProperties
Module.Loaded
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
[DefaultModule]
public class SlyRescuedEvent : Module

Constructors

View Source

SlyRescuedEvent()

Declaration
public SlyRescuedEvent()

Properties

View Source

SlyRescued

Declaration
public bool SlyRescued { get; set; }
Property Value
Type Description
bool

Methods

View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
View Source

Unload()

Declaration
public override void Unload()
Overrides
Module.Unload()

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX