GetPickupCount: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the total count of pickups| params=<source>NoParams</source>| retvals=The total number of pickups streamed to npc.| relfuncs= *IsPickupStreamedIn *GetPickupPos *GetPickupModel *GetPickupAlpha *GetPickupQuantity *ClaimPickup }}")
 
No edit summary
 
Line 2: Line 2:
This function was added in v1.7 beta and will not work in previous versions.
This function was added in v1.7 beta and will not work in previous versions.
</poem>
</poem>
{{Welcome|desc=Gets the total count of pickups|
{{Welcome|desc=Gets the total count of pickups available to npc|
params=<source>NoParams</source>|
params=<source>NoParams</source>|
retvals=The total number of pickups streamed to npc.|
retvals=The total number of pickups streamed to npc.|

Latest revision as of 07:33, 25 August 2023

This function was added in v1.7 beta and will not work in previous versions.


Description:
Gets the total count of pickups available to npc


Parameters:

NoParams


Return Values:
The total number of pickups streamed to npc.



Related Functions

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