GameInit

From OxeyeWiki

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