> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/cyber-engine-tweaks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/cyber-engine-tweaks/functions.md).

# Game Functions

## Special Types

Helper functions which let you construct internal data types.

{% content-ref url="/pages/-MXVhiE-G93R8yLG18sM" %}
[Special Types](/cyber-engine-tweaks/cet-functions/special-types.md)
{% endcontent-ref %}

## TweakDB

Methods for interacting with TweakDB, the game's internal data store.

{% content-ref url="/pages/-MXJUde946J\_KSB9z2RX" %}
[TweakDB](/cyber-engine-tweaks/cet-functions/tweakdb.md)
{% endcontent-ref %}

## Misc

Miscellaneous functions useful for debugging (print to console, dump type information) and getting special objects and info.

{% content-ref url="/pages/-MXQ9r7ftNirvBncO\_4p" %}
[Miscellaneous](/cyber-engine-tweaks/cet-functions/misc.md)
{% endcontent-ref %}


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyber-engine-tweaks/functions.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.
