Hooks/Shared/lockpickStarted
Jump to navigation
Jump to search
Hook | |
Hook name | lockpickStarted(Player ply, Entity ent, table trace) |
Description: | |
Called when a player is about to pick a lock. | |
Returns: | nil |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Shared/lockpickStarted]lockpickStarted hook[/url][/b] |
Parameters[edit]
- ply (Player)
- ent (Entity)
- trace (table)
The player that is about to pick a lock.
The entity being lockpicked.
The trace result.
Return values[edit]
This hook does not accept return values. You can still return a value to override the default implementation of this hook.