OnPlayerPickupHit: Difference between revisions

From Onset Developer Wiki
No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Info|Event|Server|1.0}}
{{Info|Event|Server|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Event thats called when a player pickups a pickup.}}


{{FuncSyntax|OnPlayerPickupHit(player, Pickup)}}
{{FuncSyntax|OnPlayerPickupHit(player, Pickup)}}
Line 10: Line 10:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{ServerEvents}}
{{PlayerServerEvents}}

Latest revision as of 08:18, 16 January 2020

OnPlayerPickupHit

Type: Event
Context: Server
Introduced: v1.0

Description

Event thats called when a player pickups a pickup.

Syntax

OnPlayerPickupHit(player, Pickup)

Parameters

Example

__EDIT_ME__

See also