OnPlayerPickupHit: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Event|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|OnPlayerPickupHit}} {{FuncParameters}} == Example == __EDIT_ME__ {{RelatedFunctions}} {{ServerEvents}}" |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Info|Event|Server|1.0}} | {{Info|Event|Server|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Event thats called when a player pickups a pickup.}} | ||
{{FuncSyntax|OnPlayerPickupHit}} | {{FuncSyntax|OnPlayerPickupHit(player, Pickup)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
Line 10: | Line 10: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{ | {{PlayerServerEvents}} |
Latest revision as of 08:18, 16 January 2020
Description
Event thats called when a player pickups a pickup.
Syntax
OnPlayerPickupHit(player, Pickup)
Parameters
Example
__EDIT_ME__