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

Region. More...

#include <Actor.h>

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

Public Attributes

CAbilCommand QueryAbilCmd
 Query Abil Cmd. More...
 
CEffectLink QueryEffect
 Query Effect. More...
 
CTargetFilters QueryFilters
 Query Filters. More...
 
real32 QueryRange
 Query Range. More...
 
CRefKey NotifyRadiusKey
 Notify Radius Key. More...
 
CRefKey NotifyArcKey
 Notify Arc Key. More...
 
CRefKey NotifyClosestScaleKey
 Notify Closest Scale Key. More...
 
CFlags RegionFlags
 Region Flags. More...
 

Detailed Description

Region.

Remarks
Unknown

Member Data Documentation

◆ NotifyArcKey

CRefKey CActorRegion::NotifyArcKey

Notify Arc Key.

Specifies the Arc Actor that will receive the Arc Set Angle message as a result of this Region Actor receiving a Query Set Caster message.

◆ NotifyClosestScaleKey

CRefKey CActorRegion::NotifyClosestScaleKey

Notify Closest Scale Key.

The targeting Actor specified here will automatically scale its length from its origin to the closest valid target. The new scale is based on the distance between the closest Actor and the Actor that was specified as the Closest To Ref Key in the Query Persistent message.

◆ NotifyRadiusKey

CRefKey CActorRegion::NotifyRadiusKey

Notify Radius Key.

Specifies a targeting Actor that will have its radius automatically scaled to match the Effect radius found as a result of receiving a Query Set Caster message.

◆ QueryAbilCmd

CAbilCommand CActorRegion::QueryAbilCmd

Query Abil Cmd.

Fallback Ability Command that will be used if the Query Set Caster message does not specify an Ability.

◆ QueryEffect

CEffectLink CActorRegion::QueryEffect

Query Effect.

Fallback Effect that will be used if the Query Set Caster message does not specify an Ability and the Query Ability Command is also not set.

◆ QueryFilters

CTargetFilters CActorRegion::QueryFilters

Query Filters.

Fallback Target Filters that will be used if the Query Set Caster message does not specify an Ability and the Query Ability Command is also not set.

◆ QueryRange

real32 CActorRegion::QueryRange

Query Range.

If the distance between the caster and target is greater than the query range, the region will be positioned near the target location towards the caster based on the range.

Remarks
minValue: 0.0

◆ RegionFlags

CFlags CActorRegion::RegionFlags

Region Flags.

If the Use Effect Range flag is enabled, the query range will be based on the range of the Effect found as a result of handling a Query Set Caster message.

Remarks
indexEnum: EActorRegionFlag

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