OnPickupDestroyed

From NPC for VCMP 0.4 Servers
Revision as of 09:10, 12 November 2023 by Habi (talk | contribs) (Created page with "{{Welcome|desc=Called when a pickup destroyed. This happens also when the pickup is streamed out.| params=<source>( pickupId)</source> <poem>pickupId : The ID of the pickup which was destroyed. </poem>| relfuncs=*OnPickupStreamIn *OnPickupUpdate *IsPickupStreamedIn }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description:
Called when a pickup destroyed. This happens also when the pickup is streamed out.


Parameters:

( pickupId)

pickupId : The ID of the pickup which was destroyed.


Return Values:
This function does not return any specific values.



Related Functions

The following functions may be helpful as they relate to this function in one way or another.