SetConstraintPosition
This is a script event on id Tech 4 engines, present on DOOM 3, Quake 4 and Prey. Below you can find its signature for each game that declares it.
DOOM 3
Moves the constraint with the given name that binds this entity to another entity.
| Property |
Value |
| Type |
script event |
| Returns |
void |
| Parameters |
string constraintName, vector position |
| Section |
actors (players and AI) |
Quake 4
| Property |
Value |
| Type |
script event |
| Returns |
void |
| Parameters |
string, vector |
Prey
| Property |
Value |
| Type |
script event |
| Returns |
void |
| Parameters |
string, vector |