Hooks/Server/onKeysUnlocked

From DarkRP
Hook
Hook name onKeysUnlocked(Entity ent)
Description:
Called when a door or vehicle was unlocked.
Returns: nil
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Server/onKeysUnlocked]onKeysUnlocked hook[/url][/b]

Parameters[edit]

  1. ent (Entity)
  2. The entity that was unlocked.

Return values[edit]

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