OnPickupUpdate: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Welcome|desc=Called when a streamed in pickup is updated. | params=<source>( pickupId, updateType )</source> <poem>pickupId : The ID of the pickup. updateType : 0 for change in pickup's alpha component, 1 for change in position and 2 for refresh/respwan. </poem>| relfuncs=*OnPickupStreamedIn *OnCheckpointUpdate *OnObjectUpdate }}") |
No edit summary |
||
Line 4: | Line 4: | ||
updateType : 0 for change in pickup's alpha component, 1 for change in position and 2 for refresh/respwan. | updateType : 0 for change in pickup's alpha component, 1 for change in position and 2 for refresh/respwan. | ||
</poem>| | </poem>| | ||
relfuncs=*[[ | relfuncs=*[[OnPickupStreamIn]] | ||
*[[OnCheckpointUpdate]] | *[[OnCheckpointUpdate]] | ||
*[[OnObjectUpdate]] | *[[OnObjectUpdate]] | ||
}} | }} |
Latest revision as of 11:08, 8 November 2023
Description:
Called when a streamed in pickup is updated.
Parameters:
( pickupId, updateType )
pickupId : The ID of the pickup.
updateType : 0 for change in pickup's alpha component, 1 for change in position and 2 for refresh/respwan.
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.