info_hint
- Half-Life: Alyx
- Steam VR
Point Entity
A hint that is not used for navigation. They don't go into the nodegraph, nor do they fall to the ground. Use these to provide some spatial context for NPCs, such as 'look here if you can't find the player' or 'throw rocks at this spot'.
Keyvalues
-
Node ID (
nodeid
) <NodeId
> -
Spawnflags (
spawnflags
) <Flags
>- Allow jump up
-
Hint (
hinttype
) <Choices
>- None
- World: Window
- World: Act Busy Hint
- World: Visually Interesting
- World: Visually Interesting (Don't aim at)
- World: Inhibit Combine Mines within 15 feet
- World: Visually Interesting (Stealth mode)
- Generic
- Tactical: Crouch Cover Medium
- Tactical: Crouch Cover Low
- Tactical: Entrance / Exit Pinch
- Tactical: Enemy Disadvantage Point
- Tactical: High Ground
- Tactical: Wall Cover Left
- Tactical: Wall Cover Right
- Tactical: Wall Cover Both
- Antlion: Burrow Point
- Antlion: Thumper Flee Point
- Headcrab: Burrow Point
- Headcrab: Exit Pod Point
- Roller: Patrol Point
- Roller: Cleanup Spot
- Crow: Fly to point
- Crow: Perch point
- Follower: Wait point
- Override jump permission
- Player squad transition point
- NPC exit point
- Strider node
- Player Ally: Push away destination
- PLayer Ally: Fear withdrawal destination
- HL1 World: Machinery
- HL1 World: Blinking Light
- HL1 World: Human Blood
- HL1 World: Alien Blood
- Ep3 Blob Shake Position
- Ep3 Blob Fire Cover Position
- Ep3 Blob Brain Cover Position
- Ep3 Blob Brain Regenerate Position
- Ep3 Blob Spit Position
- Ep3 Blob Spawn Regenerator Position
- Aperture: Nest
-
Generic Hint (
generictype
) <String
>
String identifying what the hint type is, if generic. -
Hint Activity (
hintactivity
) <String
>
Activity associated with this hint node. Various parts of the NPC AI play this activity at times. i.e. Actbusy nodes will play this activity when an NPC acts busy on the node. -
Node FOV (
nodeFOV
) <Choices
>
Imagine this node requires that an NPC be in the node's field of view in order to use this hint.- 45 Degrees
- 90 Degrees
- 180 Degrees
- 360 Degrees
-
Start Hint Disabled (
StartHintDisabled
) <Boolean
> -
Hint Group (
Group
) <String
>
If specified, gives the hint a specific group name. Useful for hint nodes that need to be logically grouped together. NPCs may also refuse to use hint nodes that don't match their hint group. -
Target node (
TargetNode
) <NodeDest
>
The node ID of an associated target node, if any. -
Radius (
radius
) <Integer
>
How close an NPC must be to consider this hint. 0 means infinite. -
Ignore Facing (
IgnoreFacing
) <Choices
>
Don't pay attention to the facing of the node. May not apply to a given hint type.- No
- Yes
- Default
-
Minimum State (
MinimumState
) <Choices
>
Require an NPC have a minimum state to use the hint.- Idle
- Alert
- Combat
-
Maximum State (
MaximumState
) <Choices
>
Require an NPC have a maximum state to use the hint.- Idle
- Alert
- Combat
-
Entity Scripts (
vscripts
) <ScriptList
>
Name(s) of script files that are executed after all entities have spawned. -
Name (
targetname
) <TargetSource
>
The name that other entities refer to this entity by.
Inputs
-
EnableHint <
Void
>
Enable hint. -
DisableHint <
Void
>
Disable hint. -
RunScriptFile <
String
>
Load and execute a script file -
RunScriptCode <
String
>
Execute a fragment of script code -
CallScriptFunction <
String
>
Call a script function -
CallPrivateScriptFunction <
String
>
Calls a script function from this entity's private script scope. -
CallGlobalScriptFunction <
String
>
Calls a script function in the global script scope. -
Kill <
Void
>
Removes this entity from the world. -
KillHierarchy <
Void
>
Removes this entity and all its children from the world. -
AddOutput <
String
>
Adds an entity I/O connection to this entity. Parameter format: outputname>targetname>inputname>parameter>delay>max times to fire (-1 == infinite). Very dangerous, use with care. -
FireUser1 <
Void
>
Causes this entity's OnUser1 output to be fired. -
FireUser2 <
Void
>
Causes this entity's OnUser2 output to be fired. -
FireUser3 <
Void
>
Causes this entity's OnUser3 output to be fired. -
FireUser4 <
Void
>
Causes this entity's OnUser4 output to be fired.
Outputs
-
OnUser1 <
Void
>
Fired in response to FireUser1 input. -
OnUser2 <
Void
>
Fired in response to FireUser2 input. -
OnUser3 <
Void
>
Fired in response to FireUser3 input. -
OnUser4 <
Void
>
Fired in response to FireUser4 input. -
OnKilled <
Void
>
Fired when the entity is killed and removed from the game.
Point Entity
A hint that is not used for navigation. They don't go into the nodegraph, nor do they fall to the ground. Use these to provide some spatial context for NPCs, such as 'look here if you can't find the player' or 'throw rocks at this spot'.
Keyvalues
-
Node ID (
nodeid
) <NodeId
> -
Spawnflags (
spawnflags
) <Flags
>- Allow jump up
-
Hint (
hinttype
) <Choices
>- None
- World: Window
- World: Act Busy Hint
- World: Visually Interesting
- World: Visually Interesting (Don't aim at)
- World: Inhibit Combine Mines within 15 feet
- World: Visually Interesting (Stealth mode)
- Generic
- Tactical: Crouch Cover Medium
- Tactical: Crouch Cover Low
- Tactical: Entrance / Exit Pinch
- Tactical: Enemy Disadvantage Point
- Tactical: High Ground
- Tactical: Wall Cover Left
- Tactical: Wall Cover Right
- Tactical: Wall Cover Both
- Antlion: Burrow Point
- Antlion: Thumper Flee Point
- Headcrab: Burrow Point
- Headcrab: Exit Pod Point
- Roller: Patrol Point
- Roller: Cleanup Spot
- Crow: Fly to point
- Crow: Perch point
- Follower: Wait point
- Override jump permission
- Player squad transition point
- NPC exit point
- Strider node
- Player Ally: Push away destination
- PLayer Ally: Fear withdrawal destination
- HL1 World: Machinery
- HL1 World: Blinking Light
- HL1 World: Human Blood
- HL1 World: Alien Blood
- Ep3 Blob Shake Position
- Ep3 Blob Fire Cover Position
- Ep3 Blob Brain Cover Position
- Ep3 Blob Brain Regenerate Position
- Ep3 Blob Spit Position
- Ep3 Blob Spawn Regenerator Position
- Aperture: Nest
-
Generic Hint (
generictype
) <String
>
String identifying what the hint type is, if generic. -
Hint Activity (
hintactivity
) <String
>
Activity associated with this hint node. Various parts of the NPC AI play this activity at times. i.e. Actbusy nodes will play this activity when an NPC acts busy on the node. -
Node FOV (
nodeFOV
) <Choices
>
Imagine this node requires that an NPC be in the node's field of view in order to use this hint.- 45 Degrees
- 90 Degrees
- 180 Degrees
- 360 Degrees
-
Start Hint Disabled (
StartHintDisabled
) <Boolean
> -
Hint Group (
Group
) <String
>
If specified, gives the hint a specific group name. Useful for hint nodes that need to be logically grouped together. NPCs may also refuse to use hint nodes that don't match their hint group. -
Target node (
TargetNode
) <NodeDest
>
The node ID of an associated target node, if any. -
Radius (
radius
) <Integer
>
How close an NPC must be to consider this hint. 0 means infinite. -
Ignore Facing (
IgnoreFacing
) <Choices
>
Don't pay attention to the facing of the node. May not apply to a given hint type.- No
- Yes
- Default
-
Minimum State (
MinimumState
) <Choices
>
Require an NPC have a minimum state to use the hint.- Idle
- Alert
- Combat
-
Maximum State (
MaximumState
) <Choices
>
Require an NPC have a maximum state to use the hint.- Idle
- Alert
- Combat
-
Entity Scripts (
vscripts
) <ScriptList
>
Name(s) of script files that are executed after all entities have spawned. -
Name (
targetname
) <TargetSource
>
The name that other entities refer to this entity by.
Inputs
-
EnableHint <
Void
>
Enable hint. -
DisableHint <
Void
>
Disable hint. -
RunScriptFile <
String
>
Load and execute a script file -
RunScriptCode <
String
>
Execute a fragment of script code -
CallScriptFunction <
String
>
Call a script function -
CallPrivateScriptFunction <
String
>
Calls a script function from this entity's private script scope. -
CallGlobalScriptFunction <
String
>
Calls a script function in the global script scope. -
Kill <
Void
>
Removes this entity from the world. -
KillHierarchy <
Void
>
Removes this entity and all its children from the world. -
AddOutput <
String
>
Adds an entity I/O connection to this entity. Parameter format: outputname>targetname>inputname>parameter>delay>max times to fire (-1 == infinite). Very dangerous, use with care. -
FireUser1 <
Void
>
Causes this entity's OnUser1 output to be fired. -
FireUser2 <
Void
>
Causes this entity's OnUser2 output to be fired. -
FireUser3 <
Void
>
Causes this entity's OnUser3 output to be fired. -
FireUser4 <
Void
>
Causes this entity's OnUser4 output to be fired.
Outputs
-
OnUser1 <
Void
>
Fired in response to FireUser1 input. -
OnUser2 <
Void
>
Fired in response to FireUser2 input. -
OnUser3 <
Void
>
Fired in response to FireUser3 input. -
OnUser4 <
Void
>
Fired in response to FireUser4 input. -
OnKilled <
Void
>
Fired when the entity is killed and removed from the game.