Hooks/Server/moneyPrinterPrinted

From DarkRP
Hook
Hook name moneyPrinterPrinted(Entity moneyprinter, Entity moneybag)
Description:
Called after a money printer is has printed money.
Returns: nil
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Server/moneyPrinterPrinted]moneyPrinterPrinted hook[/url][/b]

Parameters[edit]

  1. moneyprinter (Entity)
  2. The money printer

  3. moneybag (Entity)
  4. The moneybag produced by the printer.

Return values[edit]

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