Point training gravity gloves: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{Source2 point multi|point_training_gravity_gloves|game1 = Half-Life: Alyx}} An entity that helps with the gravity glove training. == Keyvalues == {{HLA KV Targetname}} ==...")
 
mNo edit summary
Line 1: Line 1:
{{Source2 point multi|point_training_gravity_gloves|game1 = Half-Life: Alyx}} An entity that helps with the gravity glove training.
{{Source2 point multi|point_training_gravity_gloves|game1 = Half-Life: Alyx}} It is an entity that helps with the gravity glove training.


== Keyvalues ==
== Keyvalues ==

Revision as of 14:12, 12 July 2020

Template:Source2 point multi It is an entity that helps with the gravity glove training.

Keyvalues

Targetname:
Name (targetname) <string>
The targetname that other entities refer to this entity by.
Entity Scripts (vscripts) <scriptlist> (in all games since Left 4 Dead 2)
Space delimited list of VScript files (without file extension) that are executed after all entities have spawned. The scripts are all executed in the same script scope, later ones overwriting any identical variables and functions.

Inputs

Enable
Enable.
OnComplete
Fired when the training is over.
VScript:
RunScriptFile <stringRedirectInput/string>
Load and execute a script file.
RunScriptCode <stringRedirectInput/string>
Execute a fragment of script code.
CallScriptFunction <stringRedirectInput/string>
Call a script function.
CallPrivateScriptFunction <stringRedirectInput/string>
Calls a script function from this entity's private script scope.
CallGlobalScriptFunction <stringRedirectInput/string>
Calls a script function in the global script scope.


Outputs