Gamemode.PreRoundStart
From GMod Wiki
Internal Hook: PreRoundStart | |
---|---|
PreRoundStart is an internal hook, and should not generally be used. |
{|style="border: solid 2px black; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px;" cellspacing="0" cellpadding="4"
|- |style="border-bottom: solid 1px black; font-size: 1.5em;" colspan="2"|Event Hook |-style="background: #EFEFEF;" |style="width: 10%; border-right: solid 1px black;"|Hook Name||PreRoundStart |- |style="width: 10%; border-right: solid 1px black;"|Syntax||GM:PreRoundStart( Number iNum ) |-style="background: #EFEFEF;" |style="width: 10%; border-right: solid 1px black;"|Description||Called before a round begins, after CanStartRound |- |style="width: 10%; border-right: solid 1px black;"|Returns||Nil |- |style="background: #EFEFEF; width: 10%; border-right: solid 1px black;"|Lua State||style="background: #EFEFEF;"| |- |style="width: 10%; border-right: solid 1px black;"|BBCode||[b][url=wiki.garrysmod.com/?title=Gamemode.PreRoundStart]Gamemode.PreRoundStart [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |}
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |