render_entities

A DLL function can be assigned to this function synonym for drawing onto the screen after the engine has finished drawing the entities, and before panels and view entities are drawn.

Remarks:

This function is executed during scene rendering. Dont' call BeginScene or EndScene in this function.

Example:

dllfunction extra_entities();
render_entities =  extra_entities;

See also:

render_sky, render_world