FrameRender

From OxeyeWiki

Jump to: navigation, search

frameRender

This hook is called everytime the game is rendered. No changes to the game should be made during this call, thus, no time variable is included.

Parameter Type Description
No parameters
Daisymoon Video Lib

Example

  local function renderMyGame()
  end

  hook.add("frameRender", renderMyGame)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox