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

Force (Box) More...

#include <Actor.h>

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

Public Attributes

CVariatorActorReal32 Height
 Height. More...
 
CVariatorActorReal32 Length
 Length. More...
 
CVariatorActorReal32 Width
 Width. More...
 
EActorForceOrigin Origin
 Origin. More...
 

Detailed Description

Force (Box)

Remarks
Unknown

Member Data Documentation

◆ Height

CVariatorActorReal32 CActorForceBox::Height

Height.

Specifies the total height of the box. The distance from the origin of the force box to the top and bottom sides will be half of this value.

◆ Length

CVariatorActorReal32 CActorForceBox::Length

Length.

Specifies the total length of the box. The distance from the origin of the force box to the front and back sides will be half of this value.

◆ Origin

EActorForceOrigin CActorForceBox::Origin

Origin.

Allows you to choose whether the bearings of this actor represents the center or the bottom of the force field. This can be used to apply a force to adjacent actors on only one side of the force actor.

◆ Width

CVariatorActorReal32 CActorForceBox::Width

Width.

Specifies the total width of the box. The distance from the origin of the force box to the left and right sides will be half of this value.


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