# NativeDB · Documentation

## NativeDB · Documentation

- [Home](https://wiki.redmodding.org/nativedb-documentation/home.md): Space to store and share documentation of RTTI definitions.
- [Contributing](https://wiki.redmodding.org/nativedb-documentation/contributing.md): This guide will give you a tour of everything you need to know to document the codebase of NativeDB.
- [Structure](https://wiki.redmodding.org/nativedb-documentation/contributing/structure.md): This guide explains the structure to follow when writing documentation for NativeDB.
- [Format and syntax](https://wiki.redmodding.org/nativedb-documentation/contributing/format-and-syntax.md): This guide explains what syntax you can use to format the documentation for NativeDB.
- [Guidelines](https://wiki.redmodding.org/nativedb-documentation/contributing/guidelines.md): This guide describes how documentation should be written. It also explains what should be documented or not, and why.
- [Contributors](https://wiki.redmodding.org/nativedb-documentation/contributors.md)
- [GLOBALS](https://wiki.redmodding.org/nativedb-documentation/globals.md)
- [AIVehicleJoinTrafficCommand](https://wiki.redmodding.org/nativedb-documentation/classes/aivehiclejointrafficcommand.md)
- [EngineTime](https://wiki.redmodding.org/nativedb-documentation/classes/enginetime.md)
- [entEntity](https://wiki.redmodding.org/nativedb-documentation/classes/ententity.md)
- [entIComponent](https://wiki.redmodding.org/nativedb-documentation/classes/enticomponent.md)
- [gameBlackboardSystem](https://wiki.redmodding.org/nativedb-documentation/classes/gameblackboardsystem.md)
- [gameDelayID](https://wiki.redmodding.org/nativedb-documentation/classes/gamedelayid.md)
- [gameDelaySystem](https://wiki.redmodding.org/nativedb-documentation/classes/gamedelaysystem.md)
- [gameDelaySystemScriptedDelayCallbackWrapper](https://wiki.redmodding.org/nativedb-documentation/classes/gamedelaysystemscripteddelaycallbackwrapper.md)
- [gameFxInstance](https://wiki.redmodding.org/nativedb-documentation/classes/gamefxinstance.md)
- [gameFxSystem](https://wiki.redmodding.org/nativedb-documentation/classes/gamefxsystem.md)
- [gameGameAudioSystem](https://wiki.redmodding.org/nativedb-documentation/classes/gamegameaudiosystem.md)
- [gameIStatPoolsListener](https://wiki.redmodding.org/nativedb-documentation/classes/gameistatpoolslistener.md)
- [gamemappinsMappinSystem](https://wiki.redmodding.org/nativedb-documentation/classes/gamemappinsmappinsystem.md)
- [gamemountingMountingRelationship](https://wiki.redmodding.org/nativedb-documentation/classes/gamemountingmountingrelationship.md)
- [gameObject](https://wiki.redmodding.org/nativedb-documentation/classes/gameobject.md)
- [gameScriptableSystem](https://wiki.redmodding.org/nativedb-documentation/classes/gamescriptablesystem.md)
- [gameStatPoolsSystem](https://wiki.redmodding.org/nativedb-documentation/classes/gamestatpoolssystem.md)
- [gameScriptableSystemRequest](https://wiki.redmodding.org/nativedb-documentation/classes/gamescriptablesystemrequest.md)
- [gameTargetSearchQuery](https://wiki.redmodding.org/nativedb-documentation/classes/gametargetsearchquery.md)
- [gameTimeSystem](https://wiki.redmodding.org/nativedb-documentation/classes/gametimesystem.md)
- [gameTransactionSystem](https://wiki.redmodding.org/nativedb-documentation/classes/gametransactionsystem.md)
- [inkScriptHashMap](https://wiki.redmodding.org/nativedb-documentation/classes/inkscripthashmap.md)
- [inkTextWidget](https://wiki.redmodding.org/nativedb-documentation/classes/inktextwidget.md)
- [inkWidget](https://wiki.redmodding.org/nativedb-documentation/classes/inkwidget.md)
- [IScriptable](https://wiki.redmodding.org/nativedb-documentation/classes/iscriptable.md)
- [NPCPuppet](https://wiki.redmodding.org/nativedb-documentation/classes/npcpuppet.md)
- [redEvent](https://wiki.redmodding.org/nativedb-documentation/classes/redevent.md)
- [redResourceReferenceScriptToken](https://wiki.redmodding.org/nativedb-documentation/classes/redresourcereferencescripttoken.md)
- [ScriptGameInstance](https://wiki.redmodding.org/nativedb-documentation/classes/scriptgameinstance.md)
- [vehicleBaseObject](https://wiki.redmodding.org/nativedb-documentation/classes/vehiclebaseobject.md)
- [vehicleVehicleBumpEvent](https://wiki.redmodding.org/nativedb-documentation/classes/vehiclevehiclebumpevent.md)
- [WorldWidgetComponent](https://wiki.redmodding.org/nativedb-documentation/classes/worldwidgetcomponent.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.redmodding.org/nativedb-documentation/home.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
