From 676ff5c5afff5caea146a1f9d65d49a254626d8d Mon Sep 17 00:00:00 2001 From: Serpen Date: Fri, 21 Jun 2024 13:33:53 +0200 Subject: [PATCH] facing and formation for hero (discovered via ce) --- include/h3api/H3Heroes/H3Hero.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/h3api/H3Heroes/H3Hero.hpp b/include/h3api/H3Heroes/H3Hero.hpp index ebd429d..abbb080 100644 --- a/include/h3api/H3Heroes/H3Hero.hpp +++ b/include/h3api/H3Heroes/H3Hero.hpp @@ -82,8 +82,10 @@ namespace h3 /** @brief [46] radius for patrolling, -1 means no range limit*/ INT8 patrolRadius; protected: - h3unk8 _f_47; - h3unk8 _f_48; + /** @brief [47] direction in which the hero looks*/ + h3unk8 faceing; + /** @brief [48] selected formation type for troups*/ + h3unk8 formationType; public: /** @brief [49] maximum movement points of the hero on a given turn*/ INT32 maxMovement;