Item g chewinggum: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{Entity|item_g_car_chewinggum|type=point|game=Vampire The Masquerade - Bloodlines}} Chewing Gum Item for sale. == Key Values == {{KV targetname}} {{KV StartHidden}} {{KV Ang...")
 
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Entity|item_g_car_chewinggum|type=point|game=Vampire The Masquerade - Bloodlines}} Chewing Gum Item for sale.
{{this is a|point entity|name=item_g_chewinggum|game=Vampire: The Masquerade Bloodlines}} This entity represents a Chewing Gum item that the player can sell.


== Key Values ==
== Key Values ==
Line 10: Line 10:


== Inputs ==
== Inputs ==
{{IO|ScriptHide|Hide entity by specific python script.}}
{{I|ScriptHide|Hide entity by specific python script.}}
{{IO|ScriptUnhide|Spawn entity by specific python script if it was hided.}}
{{I|ScriptUnhide|Spawn entity by specific python script if it was hided.}}
{{IO|Kill|Removes this entity from the world.}}
{{I|Kill|Removes this entity from the world.}}
{{IO|FadeOutKill|Fades entity during given time and then removes this from world.}}
{{I|FadeOutKill|Fades entity during given time and then removes this from world.}}


== Outputs ==
== Outputs ==
{{O Item VTMB}}
{{O Item VTMB}}

Latest revision as of 18:59, 2 May 2025

item_g_chewinggum is a point entity available in Vampire: The Masquerade – Bloodlines Vampire: The Masquerade – Bloodlines. This entity represents a Chewing Gum item that the player can sell.

Key Values

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Start Hidden (StartHidden) <boolean>
Don't spawn the entity while the script command didn't sent.[sic]
Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.

Flags

Start Constrained : [1]


Inputs

ScriptHide
Hide entity by specific python script.
ScriptUnhide
Spawn entity by specific python script if it was hided.
Kill
Removes this entity from the world.
FadeOutKill
Fades entity during given time and then removes this from world.

Outputs

OnPlayerPickup
Fired whenever the player picks up this item (with +USE).