Page 1 of 1

[0.17.53] Missing defines for group_state?

Posted: Wed Jul 03, 2019 3:46 pm
by Oarc
From people on the discord forum, this it the enum for LuaUnitGroup.state:

Code: Select all

enum class State : uint8_t
  {
    Gathering = 0,
    Moving = 1,
    AttackingDistraction = 2,
    AttackingTarget = 3,
    Finished = 4,
    Pathfinding = 5,
    WanderInGroup = 6
  };
These are the only ones in the defines.group_state though:

Code: Select all

defines.group_state.gathering 
defines.group_state.moving  
defines.group_state.attacking_distraction 
defines.group_state.attacking_target  
defines.group_state.finished  

Re: [0.17.53] Missing defines for group_state?

Posted: Wed Jul 03, 2019 3:55 pm
by Oxyd
Yep, justarandomgeek fixed it a few hours ago.