🟰client_frame_stage

Contains keys for various frame rendering stages.

undefined

Field

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


start

Field

Frame build process is starting.


render_start

Field

Frame render process is starting.


net_update_start

Field

Network update process is starting.


net_update_preprocess

Field

Network update is about to be processed by the engine.


net_pre_entity_packet

Field

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


net_update_postdataupdate_start

Field

Entity information is about to be updated.


net_update_postdataupdate_end

Field

Entity information is about to finish updating.


net_update_end

Field

Network update process is ending.


net_creation

Field

New entities are about to be created.


render_end

Field

Frame rendering process is ending.

Last updated