sc2-gamedata
Classes | Enumerations | Variables
Beam.h File Reference
#include "UnderlyingTypes.h"
Include dependency graph for Beam.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CBeam
 Generic. More...
 
class  CBeamSync
 Synchronous. More...
 
class  CBeamSyncSweeper
 Synchronous Sweeper. More...
 
class  CBeamAsync
 Asynchronous. More...
 
class  CBeamAsyncLinear
 Asynchronous Linear. More...
 
class  CBeamAsyncShadow
 Asynchronous Shadow. More...
 

Enumerations

enum  EClassIdCBeam {
  e_classIdCBeam, e_classIdCBeamSync, e_classIdCBeamSyncSweeper, e_classIdCBeamAsync,
  e_classIdCBeamAsyncLinear, e_classIdCBeamAsyncShadow
}
 Beam Type. More...
 

Variables

const int32 e_classIdCBeamCount = 6
 

Enumeration Type Documentation

◆ EClassIdCBeam

Beam Type.

Remarks
Unknown
Enumerator
e_classIdCBeam 

Generic.

e_classIdCBeamSync 

Synchronous.

e_classIdCBeamSyncSweeper 

Synchronous Sweeper.

e_classIdCBeamAsync 

Asynchronous.

e_classIdCBeamAsyncLinear 

Asynchronous Linear.

e_classIdCBeamAsyncShadow 

Asynchronous Shadow.

Variable Documentation

◆ e_classIdCBeamCount

const int32 e_classIdCBeamCount = 6