ai_hint
Jump to navigation
Jump to search
This entity is not in the stock FGD files by default.
|
Code classes:
CAI_Hint
CServerOnlyEntity
CBaseEntity
(all ents)
ai_hint
is a point entity present in all games except the Left 4 Dead games. When an info_hint
, info_node_hint
or info_node_air_hint
has a Hint (hinttype)
other than None, this entity will be created in place of it and retain much of the former entity's data, including targetname and IO.
ConVars/Commands[edit | edit source]
ConVar/Command | Parameters or default value | Parameter Type | Effect |
---|---|---|---|
ai_drop_hint | int | Hint Type | Creates an ai_hint with the origin and angles of the player camera. If no number is included, it prints a list of valid types. |
Keyvalues[edit | edit source]
- Node FOV
(nodeFOV)
<float>
- In order for an NPC to use this node, the NPC must be within the node's FOV (which is centered on the Pitch Yaw Roll
(angles)
). Any number may be entered. 360 means any angle is acceptable.
Inputs[edit | edit source]
- EnableHint
- Enables the hint.
- DisableHint
- Disables the hint.
Outputs[edit | edit source]
- OnNPCStartedUsing
<string>
- Fired when an NPC starts using this hint node as part of an actbusy. Automatically puts the targetname of the NPC as the input parameter, unless overridden by the mapper.
- OnNPCStoppedUsing
<string>
- Fired when an NPC stops using this hint node as part of an actbusy. Automatically puts the targetname of the NPC as the input parameter, unless overridden by the mapper.