ClaimPickup: 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 (not released yet) and will not work on previous versions. </poem> {{Welcome|desc=Triggers the Pickup pickedup event on server side.| params=<source>(pickupid)</source> <poem>pickupid : The ID of the pickup to be picked. If the player is not near the pickup, nothing happens. </poem>| retval=true, if the pickup exists and is streamed in. false, otherwise| rel...")
 
No edit summary
 
Line 1: Line 1:
<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;">
<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;">
This function was added in v1.7 (not released yet) and will not work on previous versions.
This function was added in v1.7 and will not work on previous versions.
</poem>
</poem>
{{Welcome|desc=Triggers the Pickup pickedup event on server side.|
{{Welcome|desc=Triggers the Pickup pickedup event on server side.|

Latest revision as of 05:52, 25 August 2023

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


Description:
Triggers the Pickup pickedup event on server side.


Parameters:

(pickupid)

pickupid : The ID of the pickup to be picked. If the player is not near the pickup, nothing happens.


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.