FrameRender

From OxeyeWiki

Revision as of 12:39, 19 January 2010 by Thewreck (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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