IsPickupStreamedIn: 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=Checks if a pickup of given ID is streamed in| params=<source>(pickupid)</source> pickupid : The ID of the pickup to check if streamed in.| retval=true, if streamed in and false otherwise.| }}")
 
No edit summary
 
Line 5: Line 5:
params=<source>(pickupid)</source>
params=<source>(pickupid)</source>
pickupid : The ID of the pickup to check if streamed in.|
pickupid : The ID of the pickup to check if streamed in.|
retval=true, if streamed in and false otherwise.|
retvals=true, if streamed in and false otherwise.|
}}
}}

Latest revision as of 07:00, 25 August 2023

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


Description:
Checks if a pickup of given ID is streamed in


Parameters:

(pickupid)

pickupid : The ID of the pickup to check if streamed in.


Return Values:
true, if streamed in and false otherwise.