logic_lineto
![]() |
---|
CLogicLineToEntity defined in ![]() logicentities.cpp
|
logic_lineto
is a point entity available in all Source games. It calculates and outputs a vector from one entity to another.
Keyvalues
- Start entity
(source)
<targetname> - Name of the entity the line should start from.
- End entity
(target)
<targetname> - Name of the entity that line should end at.
Targetname:
- Name
(targetname)
<string> - The targetname that other entities refer to this entity by.
Outputs
Line
<vector>- Fired when the vector, from the start entity to the end entity, changes. Passes along the vector as a parameter.