SpaceTown-Developers / Lemon-Gate

Expression Advanced a Lua sub language.
Other
15 stars 5 forks source link

Entity:eye() and Entity:box*() broken #185

Closed Boolean1 closed 10 years ago

Boolean1 commented 10 years ago

Both always return vector 0,0,0

Boolean1 commented 10 years ago

setpitch() setYaw() setRoll() also broken.

Rusketh commented 10 years ago

Entity:eye( ) will only work with player entity's. The box functions seem to be working fine to. Also setPitch/Yaw/Roll return new angles with the p/y/r, this is because we use Garrys angle objects.