[0.0.2] Scripting \ File Structure - ntoxin66/Dynamic GitHub Wiki

Scripting \ File Structure

As a developer using Dynamic, it's important that you can find the base include files to reveal all of Dynamic's definitions and structures.

Methodmaps Include Directory

####\scripting\include\dynamic\methodmaps Definitions for all public Dynamic methodmap structures

Base Include File

####\scripting\include\dynamic.inc Contains global definitions, enumerators, typesets and includes all public include files

Natives include file

####\scripting\include\dynamic\natives.inc Definitions of all Dynamic Native functions

Core Code Base

####\scripting\dynamic\*. DO NOT edit the core Dynamic package