Show / Hide Table of Contents

Interface IStatefull

Namespace: QuestFramework
Assembly: QuestFramework.dll
Syntax
public interface IStatefull

Methods

| Improve this Doc View Source

ResetState()

Reset object state

Declaration
[Obsolete("Deprecated. Use method CustomQuest.Reset instead", true)]
void ResetState()
| Improve this Doc View Source

Sync()

Sync object state with the store or via network

Declaration
void Sync()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX