[0.17.53] Missing defines for group_state?

This subforum contains all the issues which we already resolved.
Post Reply
Oarc
Fast Inserter
Fast Inserter
Posts: 100
Joined: Sun Sep 18, 2016 2:04 pm
Contact:

[0.17.53] Missing defines for group_state?

Post 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  

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: [0.17.53] Missing defines for group_state?

Post by Oxyd »

Yep, justarandomgeek fixed it a few hours ago.

Post Reply

Return to “Resolved Problems and Bugs”