Difference between revisions of "Search Flags (CEffectDamage)"
Jump to navigation
Jump to search
(Created page with "'''''Search Flags''''' is a member array of CEffectDamage. ==Documentation== {{Documentation Template| name=Search Flags| fname=CEffectDamage.SearchFlags[]| type=bool...") |
(added to doc category) |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
*''Offset By Unit Radius'': Offsets the origin of the search radius for all search areas by the unit radius of the [[Damage|damage effect]]'s primary target. | *''Offset By Unit Radius'': Offsets the origin of the search radius for all search areas by the unit radius of the [[Damage|damage effect]]'s primary target. | ||
*''Same Cliff Level'': Restricts search areas to enumerating targets on the same cliff level as the [[Damage|damage effect]]'s primary target. | *''Same Cliff Level'': Restricts search areas to enumerating targets on the same cliff level as the [[Damage|damage effect]]'s primary target. | ||
+ | |||
+ | [[Category:StarCraft II]] | ||
+ | [[Category:Data Editor]] | ||
+ | [[Category:Reference]] | ||
+ | [[Category:Documentation]] |
Latest revision as of 19:23, 30 November 2010
Search Flags is a member array of CEffectDamage.
Documentation
- Name
- Search Flags
- Fully-Qualified Name
- CEffectDamage.SearchFlags[]
- Type
- bool array
- Description
- Flags for enabling/disabling certain options used by search areas.
Indices
- Call For Help: ??
- Extend By Unit Radius: Extends the search radius for all search areas by the unit radius of the damage effect's primary target.
- Offset By Unit Radius: Offsets the origin of the search radius for all search areas by the unit radius of the damage effect's primary target.
- Same Cliff Level: Restricts search areas to enumerating targets on the same cliff level as the damage effect's primary target.