item_g_watch_fancy

From Valve Developer Community
Jump to: navigation, search

item_g_watch_fancy is a point entity available in Vampire The Masquerade - Bloodlines Vampire The Masquerade - Bloodlines. This entity represents a Fancy Watch item that the player can sell.

Key Values


Targetname:
Name <target_source>
The targetname that other entities refer to this entity by.
Start Hidden (targetname) <choices>
Don't spawn the entity while the script command didn't sent.
Value Description
0 Yes
1 No

Angles:
Pitch Yaw Roll (Y Z X) (angles) <angle>
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

  •  [1] : Start Constrained


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).