Game Development Community

Force strength

by rwillis · in Torque X 2D · 11/03/2007 (9:42 pm) · 0 replies

For a force, the initial strength is the force it starts at right? Does it always stay at the intial strength unless the ValueInterface it creates is changed?

So if I set the min strength to 50 and max strength to 100, and I set the ValueInterface it creates to 0.5f, does that mean the force will be at 75 strength? Also, what does GetRawForceStrength() return? I have my force range between 40 and 80 (with initial at 50), but when I GetRawForceStrength on it I get 2040 returned, which I don't understand. Thanks.