render_world

A DLL function can be assigned to this function synonym for drawing onto the screen after the engine has finished drawing the level.

Remarks:

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

Example:

dllfunction extra_blocks();
render_world = extra_blocks; 

See also:

render_entities, render_sky