Skip to content

SimpleIniFile

29thnight edited this page Nov 28, 2025 · 1 revision

SimpleIniFile

간단 설명: 간단한 INI 로더/세이버. 섹션과 키-값을 투명 해시로 관리.

사용

  • Load(path), Save(path)
  • 조회: TryGetValue(section, key), GetValue(section, key, default)
  • 섹션: HasSection, TryGetSection, GetOrCreateSection, operator[]
  • 전체: GetAll()

공백/주석 처리 및 [] 섹션, key=value 구문 파싱.

CreatorEngine

API Docs

API Reference
Main
PhysicsSystem
RenderEngine
ScriptBinder
Utility_Framework

etc

Clone this wiki locally