-
Notifications
You must be signed in to change notification settings - Fork 3
Know the name and signature
Gratt-5r2 edited this page Apr 9, 2022
·
4 revisions
The full information of the most engine functions can be found in the Gothic API - in classes or in the Names files.
Names files G1_Names.h, G1A_Names.h, G2_Names.h, G2A_Names.h
contains demangled names of variables, constants, functions and methods used in the engine. All names has address, type, calling convention, containing class name, arguments, static or virtual modifiers.
- Introduction
- Project hierarchy
- Default functions
- Build options
-
Gothic API
- Base objects
- Models and visuals
- Static and interactive objects
- Animations
- Interface
- Scripts
- Worlds
- Renderer
- Other
- User API
-
Union API
- Hook
- Hook Functions
- Array
- ArraySorted
- Map
- MapArray
- String
- Unicode string
- UTF-8 converter
- RowString
- Console
- Logger
- Message
- Thread
- Event
- Semaphore
- ThreadLocker
- Crc checker
- Options
- Timer
- Union
- VDFS functions
- VirtualFile
- Hooks
- dynamic_cast patch