# 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: 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://lua2.fatality.win/api/enums/clientframestage_t.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.
