KeyValues@

Key values. Can be used to read and write to .txt files.

Methods

  • bool LoadFromFile(string&in filePath)
  • KeyValues@ FindKey(string&in keyName, bool bCreate = false)
  • string GetName()
  • string GetString(string&in keyName = "", string&in defaultValue = "")
  • string IsEmpty(string&in keyName = "")
  • KeyValues@ GetFirstSubKey()
  • KeyValues@ GetNextKey()
  • KeyValues@ GetFirstTrueSubKey()
  • KeyValues@ GetNextTrueSubKey()
  • KeyValues@ GetFirstValue()
  • KeyValues@ GetNextValue()
  • void deleteThis()