What it does
render.screenFPS takes no arguments.
Signature
render.screenFPS()Arguments
It takes none.
Example · generated
function start() { render.screenFPS();}render.screenFPS is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.