Gyro_Force_ApplyAffector_Directional(entity force, vector direction, float strength, float absolute)
A directional affector will exert a pushing force in fixed direction, given by the direction vector. There is no axis multiplication available, as it is unnecessary. The strength of the affector may be defined as either absolute or relative by setting the absolute flag to TRUE
or FALSE
.