OnDrop

From ZDoom Wiki
Jump to navigation Jump to search

virtual void OnDrop (Actor dropper)

Usage

A virtual function used by the Inventory class. Normally, called automatically when the item is dropped, at the end of DropInventory, after all of that function's code has executed.

In the base Inventory class this function is empty and doesn't do anything.

Parameters

  • Actor dropper
A pointer to the actor which dropped the item.

Examples

Nuvolachalk.png Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.


See also