Point hlvr player input modifier: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Source2 point multi|point_hlvr_player_input_modifier|game1 = Half-Life: Alyx}} It can suppres player teleport and/or input. == Keyvalues == {{KV|Disable teleportation (disa...") |
m (→Inputs: Substituted IO templates) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{this is a|point entity|name=point_hlvr_player_input_modifier|game=Half-Life: Alyx|engine=Source 2}} It can suppres player teleport and/or input. | ||
== Keyvalues == | == Keyvalues == | ||
Line 7: | Line 7: | ||
== Inputs == | == Inputs == | ||
{{ScrollBox|title=HL:A VScript| | |||
{{ScrollBox|title=VScript| | {{I|CallPrivateScriptFunction|param=string|Calls a script function from this entity's private script scope.}} | ||
{{ | {{I|CallGlobalScriptFunction|param=string|Calls a script function in the global script scope.}} | ||
{{ | |||
}} | }} | ||
{{I Targetname}} | {{I Targetname}} |
Latest revision as of 11:12, 21 April 2025
point_hlvr_player_input_modifier
is a point entity available in Half-Life: Alyx. It can suppres player teleport and/or input.
Keyvalues
- Disable teleportation (disable_teleport) ([todo internal name (i)]) <boolean>
- Disables player teleport mechanics, head-fading, and falling/mantling mechanics
- Hide hands (hide_hands) ([todo internal name (i)]) <boolean>
- Hides hands (and weapons, items, etc.) and disables hand inputs (Also disabled telportation!
Targetname:
- Name (targetname) <string>
- The targetname that other entities refer to this entity by.
- Entity Scripts (vscripts) <scriptlist> (in all games since
)
- 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
HL:A VScript:
- CallPrivateScriptFunction <string >
- Calls a script function from this entity's private script scope.
- CallGlobalScriptFunction <string >
- Calls a script function in the global script scope.