IEDatabase: Difference between revisions

From Intrigues Wiki
(Created page with "== <code>IEDatabase</code> Property in IM Class == === Overview === The <code>IEDatabase</code> property in the IM (Intrigue Manager) class serves as an essential accessor to the active database used by the 'Intrigues' tool. === Description === * Property Type: <code>IEDatabase</code> * Accessibility: Public and Static * Functionality: ** The property provides direct access to the <code>IEDatabase</code>, which is the central repository for all data constructed and ma...")
 
No edit summary
 
Line 1: Line 1:
[[File:IEDatabase.png|thumb|IEDatabase]]
== <code>IEDatabase</code> Property in IM Class ==
== <code>IEDatabase</code> Property in IM Class ==



Latest revision as of 13:24, 4 January 2024

IEDatabase

IEDatabase Property in IM Class

Overview

The IEDatabase property in the IM (Intrigue Manager) class serves as an essential accessor to the active database used by the 'Intrigues' tool.

Description

  • Property Type: IEDatabase
  • Accessibility: Public and Static
  • Functionality:
    • The property provides direct access to the IEDatabase, which is the central repository for all data constructed and managed through the 'Intrigues' tool.
    • It acts as the primary storage for all data created and manipulated within the Intrigues Editor.
    • This database encompasses a comprehensive collection of game elements and configurations, pivotal to the intrigue and interaction systems facilitated by the tool.

Importance

  • Central Data Hub: The IEDatabase serves as the backbone for data management within the 'Intrigues' system, ensuring organized and centralized storage of all game-related data.