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

Force (Sphere) More...

#include <Actor.h>

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

Public Attributes

CVariatorActorReal32 Radius
 Radius. More...
 
flag8 IsHemisphere
 Is Hemisphere. More...
 
EActorForceDirection Direction
 Direction. More...
 

Detailed Description

Force (Sphere)

Remarks
Unknown

Member Data Documentation

◆ Direction

EActorForceDirection CActorForceSphere::Direction

Direction.

Spherical forces that are directed upwards will be rotated to match the z axis of the model they are attached to, which can be used for large splash damage attacks. Forces directed forwards will match the forward facing of the model they are attached to.

◆ IsHemisphere

flag8 CActorForceSphere::IsHemisphere

Is Hemisphere.

Enable this flag for the force to be applied as a hemisphere, which is half of a sphere, rather than a full sphere. For an upward directed sphere, the top half of the sphere would be used as the hemisphere.

◆ Radius

CVariatorActorReal32 CActorForceSphere::Radius

Radius.

Determines one half of the distance from the center of the sphere to the edge.


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