Hooks/Shared/onDemoteGroupRemoved

From DarkRP
Hook
Hook name onDemoteGroupRemoved(string name, table itemTable)
Description:
Called when a job was demotegroup.
Returns: nil
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Shared/onDemoteGroupRemoved]onDemoteGroupRemoved hook[/url][/b]

Parameters[edit]

  1. name (string)
  2. The name of this item.

  3. itemTable (table)
  4. 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.