GameInit
From OxeyeWiki
|
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)