Of weapon giver: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{of point|of_weapon_giver|sprite=0}} Entity that can give and take weapons from players. ==Keyvalues== {{KV Targetname}} ==Inputs== {{IO|GiveWeapon|Give the player a weapon.|param=string}} {{IO|RemoveWeapon|Remove a weapon from the players inventory.|param=string}}") |
(No difference)
|
Latest revision as of 10:49, 4 January 2025
of_weapon_giver
is a point entity available in Open Fortress. Entity that can give and take weapons from players.
Keyvalues
- Name
(targetname)
<string> - The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- GiveWeapon <string>
- Give the player a weapon.
- RemoveWeapon <string>
- Remove a weapon from the players inventory.