LogoLogo
Ctrlk
HomepageDiscordItchPatreonAsset Store
  • ⭐Start Here
  • Writing Your Dialogue
    • ⌨️Editing with VS Code
    • ✍️Writing in Yarn
    • 🪄Upgrading Yarn Scripts
  • Working With Unity
    • Overview
    • 📦Installation
    • ⚡Quick Start
    • 📥Importing Yarn Files
    • 🧱Components
    • 🤖Commands and Functions
    • 🗺️Localizations and Assets
    • 💡Frequently Asked Questions / "How Do I...?"
  • Unity Sample Projects
    • 🛠️Choose-Your-Path Game
    • 🛠️Choose-Your-Path Game with Visuals
    • 🛠️NPC Dialogue Game
  • Guides
    • 🗃️Yarn Variables and Variable Storage
  • About
    • The Team
    • GitHub Repositories
    • Community Projects
    • How to credit Yarn Spinner
  • API Documentation
    • C#
      • Yarn Namespace
      • Yarn.Markup Namespace
      • Yarn.Compiler Namespace
      • Yarn.Compiler.Upgrader Namespace
      • Yarn.Unity Namespace
        • AssemblyExtensions
        • AudioLineProvider
        • AudioLocalizedLine
        • CharacterColorView
        • Culture
        • Cultures
        • DialogueAdvanceInput
        • DialogueCharacterNameView
        • DialogueOption
        • DialogueReference
        • DialogueRunner
        • DialogueViewBase
        • Effects
        • InMemoryVariableStorage
          • showDebug
          • Clear()
          • Contains(string)
          • GetAllVariables()
          • GetDebugList()
          • SetAllVariables(Dictionary<string, float>,Dictionary<string, string>,Dictionary<string, bool>,bool)
          • SetValue(string,bool)
          • SetValue(string,float)
          • SetValue(string,string)
          • TryGetValue(string,T)
        • LanguageAttribute
        • LineMetadata
        • LineProviderBehaviour
        • LineView
        • Localization
        • LocalizedLine
        • OptionsListView
        • OptionView
        • SampleRenderDetector
        • SerializedDictionary
        • StringTableEntry
        • TextLineProvider
        • VariableStorageBehaviour
        • VoiceOverView
        • YarnActionAttribute
        • YarnCommandAttribute
        • YarnFunctionAttribute
        • YarnLinesAsCanvasText
        • YarnParameterAttribute
        • YarnProject
        • YarnStateInjectorAttribute
Powered by GitBook
On this page

Was this helpful?

Edit
  1. API Documentation
  2. C#
  3. Yarn.Unity Namespace
  4. InMemoryVariableStorage

GetDebugList()

Method in InMemoryVariableStorage

Summary

public string GetDebugList()
PreviousGetAllVariables()NextSetAllVariables(Dictionary<string, float>,Dictionary<string, string>,Dictionary<string, bool>,bool)

Last updated 2 years ago

Was this helpful?