# tintin\_data\* gtd❌

这是全局唯一的数据结构，任何时候都可以用 `gtd` 变量来访问。通过它几乎可以找到所有的其它数据结构。

* `gtd->ses`: 当前会话。
* `gtd->level`: 当前调用层级相关数据。
* `gtd->screen`: 屏幕尺寸相关数据。
* `gtd->script_stack` / `gtd->script_index`: 调用栈。
* `gtd->vars`: 存储 `%0~%99`。
* `gtd->args`: 还是 `%0~%99`，指向 `gtd->vars`。
* `gtd->cmds`: 存储 `&0~&99`。


---

# Agent Instructions: 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://dzp.gitbook.io/tt1book/tintin++-yuan-dai-ma-jie-xi/he-xin-shu-ju-jie-gou/tintin_data-gtd.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.
