Hooks/Server/onVoteStarted

From DarkRP
Hook
Hook name onVoteStarted(table vote)
Description:
Called when a vote has been started.
Returns: nil
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Server/onVoteStarted]onVoteStarted hook[/url][/b]

Parameters[edit]

  1. vote (table)
  2. A table that contains information about the vote.

Return values[edit]

This hook does not accept return values. You can still return a value to override the default implementation of this hook.