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

Point training gravity gloves: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


== Keyvalues ==
== Keyvalues ==
{{HLA KV Targetname}}
{{KV Targetname}}


== Inputs ==
== Inputs ==
{{IO|Enable|Enable.}}
{{I|Enable|Enable.}}
{{IO|OnComplete|Fired when the training is over.}}
{{I|OnComplete|Fired when the training is over.}}
{{ScrollBox|title=VScript|
{{IO|CallPrivateScriptFunction|param=string|Calls a script function from this entity's private script scope.}}
{{IO|CallGlobalScriptFunction|param=string|Calls a script function in the global script scope.}}
}}
{{I Targetname}}
 
== Outputs ==
{{O Targetname}}

Latest revision as of 11:14, 26 September 2024

point_training_gravity_gloves is a point entity available in Half-Life: Alyx Half-Life: Alyx. It is an entity that helps with the gravity glove training.

Keyvalues

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

Inputs

Enable
Enable.
OnComplete
Fired when the training is over.