View Single Post
04/19/22, 05:25 PM   #5
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
The BlockState enum returned by GetAllyUnitBlockState is currently not defined. The possible values are as follows and will be added in a future update (probably not this one):
Lua Code:
  1. BLOCK_STATE_NONE = 0
  2. BLOCK_STATE_IDLE = 1
  3. BLOCK_STATE_ACTIVE = 2
  4. BLOCK_STATE_DRAINED = 3
  5. BLOCK_STATE_BLOCKED = 4
  6. BLOCK_STATE_OVERRIDDEN = 5
  7. BLOCK_STATE_CLIENT_REQUESTED = 6

Last edited by sirinsidiator : 04/19/22 at 05:27 PM.
  Reply With Quote