https://github.com/crayder/moveobject-pos-sim
Simulates GetObjectPos for MoveObject during movement.
https://github.com/crayder/moveobject-pos-sim
Last synced: 2 months ago
JSON representation
Simulates GetObjectPos for MoveObject during movement.
- Host: GitHub
- URL: https://github.com/crayder/moveobject-pos-sim
- Owner: Crayder
- License: gpl-2.0
- Created: 2015-09-14T20:41:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T21:16:17.000Z (over 9 years ago)
- Last Synced: 2025-01-25T04:49:31.778Z (4 months ago)
- Language: SourcePawn
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MoveObject-Pos-Sim
Simulates GetObjectPos for MoveObject during movement. The position will not be exactly to the point, but it's an extremely accurate estimate (I think subtracting a millisecond from the tickcount would actually help but I haven't tested it).# Intructions
All you need to do is include this and the functions (`MoveObject`, `GetObjectPos`, and `GetObjectRot`) will be hooked and ready to use.