Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
GetDynamicObjectOffset() is using GetObjectPos() instead of GetDynamicObjectPos()
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
I have another function you could try get center of several objects.
Which is basically
centerx = (minx + maxx) / 2
centery = (miny + maxy) / 2
centerz = (minz + maxz) / 2
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
Version 1.1.3:
- You can now get an(dynamic)object's offset from a certain point(coordinate). You can do this using GetObjectOffsetfromPoint for non-streamed objects, or GetDynamicObjectfromPoint for streamed(streamer) objects.
Posts: 130
Threads: 9
Joined: Aug 2010
Reputation:
0
Could you perhaps reupload this include?
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
I'll rewrite it when I have time, I apologize for the inconvenience.
Posts: 582
Threads: 18
Joined: Jul 2010
Reputation:
0
Looking forward for the re-upload. It is very useful.