GameInit

From OxeyeWiki

Revision as of 20:12, 19 January 2010 by Thewreck (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

gameInit

This hook is called when the game is started.

Parameter Type Description
No parameters
Daisymoon Video Lib

Example

  local function myGameHasStarted()
    --initialize stuff!
  end

  hook.add("gameInit", myGameHasStarted)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox