Jump to content

Framerate

From EDukeWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Keeps the current framerate value.

Sample usage:

definequote 9000 Sorry about the poor framerate.

onevent EVENT_GAME
    ifvarl framerate 5
        quote 9000
endevent