This article's documentation is for Source 2. Click here for more information.

Item hlvr crafting currency large: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added the Input and Outputs Section (not filled in yet))
m (Added outputs and Inputs Category, rewrote the Description)
 
Line 2: Line 2:


==Entity description==
==Entity description==
A Stack of 5 Resin pucks made for easy picking up.
5 Resin pucks stacked on top of each other for easy pickup, most maps use these instead of the normal resin pucks.




== Inputs ==
// TODO
== Outputs ==
{{O BaseItemPhysics}}
{{O Targetname}}
{{O OnPlayerPickup}}
{{O OnPutInInventory}}


Preview of how the resin looks like in the Hammer 5.2 Editor:
Preview of how the resin looks like in the Hammer 5.2 Editor:
[[File:Screenshot 2025-02-23 143852.png|thumb]]
[[File:Screenshot 2025-02-23 143852.png|thumb]]

Latest revision as of 07:24, 23 February 2025

item_hlvr_crafting_currency_large is a point entity available in Half-Life: Alyx Half-Life: Alyx.

Entity description

5 Resin pucks stacked on top of each other for easy pickup, most maps use these instead of the normal resin pucks.


Inputs

// TODO

Outputs

BaseItemPhysics:
OnPlayerPickup
Fires when the player picks up this object
OnPhysGunDrop
Dropped by the player or physgun
OnGlovePulled
Pulled by the gravity gloves

Template:O OnPlayerPickup Template:O OnPutInInventory

Preview of how the resin looks like in the Hammer 5.2 Editor:

Screenshot 2025-02-23 143852.png