> For the complete documentation index, see [llms.txt](https://lua2.fatality.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lua2.fatality.win/api/enums/clientframestage_t.md).

# ClientFrameStage\_t

Contains keys for various frame rendering stages.

## UNDEFINED <a href="#undefined" id="undefined"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

This describes a stage that is not defined. You should realistically never receive this type.

***

## START <a href="#start" id="start"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Frame build process is starting.

***

## RENDER\_START <a href="#render-start" id="render-start"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Frame render process is starting.

***

## NET\_UPDATE\_START <a href="#net-update-start" id="net-update-start"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Network update process is starting.

***

## NET\_UPDATE\_PREPROCESS <a href="#net-update-preprocess" id="net-update-preprocess"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Network update is about to be processed by the engine.

***

## NET\_PRE\_ENTITY\_PACKET <a href="#net-pre-entity-packet" id="net-pre-entity-packet"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Incoming entity packets are about to be processed by the game.

***

## NET\_UPDATE\_POSTDATAUPDATE\_START

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Entity information is about to be updated.

***

## NET\_UPDATE\_POSTDATAUPDATE\_END

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Entity information is about to finish updating.

***

## NET\_UPDATE\_END <a href="#net-update-end" id="net-update-end"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Network update process is ending.

***

## NET\_CREATION <a href="#net-creation" id="net-creation"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

New entities are about to be created.

***

## RENDER\_END <a href="#render-end" id="render-end"></a>

[<kbd><mark style="background-color:purple;">**Field**<mark style="background-color:purple;"></kbd>](#user-content-fn-1)[^1]

Frame rendering process is ending.

[^1]: This field is a regular field that must be accessed using a dot (.)


---

# 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, and the optional `goal` query parameter:

```
GET https://lua2.fatality.win/api/enums/clientframestage_t.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
