Hooks/Shared/onAgendaRemoved
Jump to navigation
Jump to search
Hook | |
Hook name | onAgendaRemoved(string name, table itemTable) |
Description: | |
Called when an agenda was removed. | |
Returns: | nil |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Shared/onAgendaRemoved]onAgendaRemoved hook[/url][/b] |
Parameters[edit]
- name (string)
- itemTable (table)
The name of this item.
The table containing all the info about this item.
Return values[edit]
This hook does not accept return values. You can still return a value to override the default implementation of this hook.