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
mNo edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Source2 point multi|point_training_gravity_gloves|game1 = Half-Life: Alyx}} It is an entity that helps with the gravity glove training.
{{this is a|point entity|name=point_training_gravity_gloves|game=Half-Life: Alyx|engine=Source 2}} It is an entity that helps with the gravity glove training.


== 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|RunScriptFile|param=string|Load and execute a script file.}}
{{IO|RunScriptCode|param=string|Execute a fragment of script code.}}
{{IO|CallScriptFunction|param=string|Call a script function.}}
{{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.