mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
* docs(changelog): add methods rename to the changelog * Update changes_1624804780405304000.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
754 B
754 B
Changelog for commit "refactor(Collision): Update some methods to UpperCamelCase"
Changes
- getPosition
- getBounds
- getBounds2
- getInstanceMapTree
- getModelInstances
- getPosInfo
- getMeshData
- getGroupModels
- getIntersectionTime
- getObjectHitPos
- getAreaInfo
+ GetPosition
+ GetBounds
+ GetBounds2
+ GetInstanceMapTree
+ GetModelInstances
+ GetPosInfo
+ GetMeshData
+ GetGroupModels
+ GetIntersectionTime
+ GetObjectHitPos
+ GetAreaInfo
How to upgrade
If you are using any of those methods, simply rename it by changing the first letter of the method from lowercase to uppercase.
Example: getAreaInfo -> GetAreaInfo