From f0cd06e154d1b825d1ffdc3d35d9e4fcd7ec8cfc Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 18 Aug 2021 00:30:09 +0300 Subject: [PATCH] Updated Object Model (markdown) --- Object-Model.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Object-Model.md b/Object-Model.md index 8c1af18..0734156 100644 --- a/Object-Model.md +++ b/Object-Model.md @@ -2,6 +2,8 @@ FMG exposes all its basic data to the global namespace. The global namespace is getting polluted and it can cause conflicts with 3rd party extensions. But it allows much faster debugging and allows users to run custom JS code to alter the behavior and perform custom changes. So it allows dev console to be used by end-users. +Please note the current document reflect the object model as is, so with all its quirks. The model we want to get will be coverer separately. + # Basic objects FMG has two meta-objects storing most of the map data: * `grid` contains map data before _repacking_