sc2-gamedata
Public Attributes | List of all members
CAbilQueue Class Reference

Queue. More...

#include <Abil.h>

Inheritance diagram for CAbilQueue:
Inheritance graph
[legend]
Collaboration diagram for CAbilQueue:
Collaboration graph
[legend]

Public Attributes

std::vector< SAbilCmdButtonCmdButtonArray
 Commands. More...
 
uint32 QueueCount
 Queue Count. More...
 
uint32 QueueSize
 Queue Size. More...
 
CFlags Flags
 Flags. More...
 

Detailed Description

Queue.

Remarks
Unknown

Member Data Documentation

◆ CmdButtonArray

std::vector<SAbilCmdButton> CAbilQueue::CmdButtonArray

Commands.

Command button values for the ability

Remarks
indexEnum: EAbilQueueCmd

◆ Flags

CFlags CAbilQueue::Flags

Flags.

Flags for the ability.

Remarks
indexEnum: EAbilQueueFlag

◆ QueueCount

uint32 CAbilQueue::QueueCount

Queue Count.

Number of queue slots that the building can work simultaneously (ie a Reactor sets the Queue count on a Barracks to 2, allowing it to train on 2 slots at once)

◆ QueueSize

uint32 CAbilQueue::QueueSize

Queue Size.

Number of slots in the queue.


The documentation for this class was generated from the following file: