Difference between revisions of "Maximum Count (CEffectDamage)"

From HIVE
Jump to navigation Jump to search
(Created page with "'''''Maximum Count''''' is a member field of CEffectDamage. ==Documentation== {{Documentation Template| name=Maximum Count| fname=CEffectDamage.MaxCount| type=int| de...")
 
m
Line 6: Line 6:
 
fname=CEffectDamage.MaxCount|
 
fname=CEffectDamage.MaxCount|
 
type=int|
 
type=int|
desc=The maximum number of targets to be enumerated in all search areas. Only targets that successfully pass all search and [[validator|validation]] filters specified by search areas and the parent [[Damage|damage effect]] count toward this limit. A value of -1 means no limit.
+
desc=The maximum number of targets to be enumerated in all search areas. Only targets that successfully pass all search and [[validator|validation]] filters specified by [[Area (CEffectDamage)|search areas]] and the parent [[Damage|damage effect]] count toward this limit. A value of -1 means no limit.
 
}}
 
}}

Revision as of 23:29, 23 November 2010

Maximum Count is a member field of CEffectDamage.

Documentation

Name
Maximum Count
Fully-Qualified Name
CEffectDamage.MaxCount
Type
int
Description
The maximum number of targets to be enumerated in all search areas. Only targets that successfully pass all search and validation filters specified by search areas and the parent damage effect count toward this limit. A value of -1 means no limit.