Logic collision pair: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
==Keyvalues== | ==Keyvalues== | ||
*{{kv targetname}} | * {{not in fgd}} {{kv targetname}} | ||
* '''attach1''' | * '''attach1''' |
Revision as of 22:40, 11 July 2005
Entity Description
Entity Name: logic_collision_pair
An entity that can be used to enables/disable vphysics collisions between two target entities.
Keyvalues
- attach1
- <target_destination> The first entity involved in this pair.
- attach2
- <target_destination> The second entity involved in this pair.
- startdisabled
- <boolean> If Yes, starts with collisions between the pair disabled. If No, starts with collisions between the pair enabled.
Inputs
- EnableCollisions
- Enable collisions between the first and second entity.
- DisableCollisions
- Disable collisions between the first and second entity.