sc2-gamedata
|
Region. More...
#include <Actor.h>
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... | |
Region.
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.
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.
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.
CAbilCommand CActorRegion::QueryAbilCmd |
Query Abil Cmd.
Fallback Ability Command that will be used if the Query Set Caster message does not specify an Ability.
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.
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.
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.
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.