# State Of Unit Filter
Grammar — State of type units in filter|Unit Filter
Flags —Native|Function
Returns the state of the specified index of the specified unit filter.
# Arguments
unitfilter— Filterint<preset::UnitFilterType> — Type
Returns — int<preset::UnitFilterState>
native int UnitFilterGetState(
unitfilter inFilter,
int inType,
);
# Related
Category: Unit / Filters
- Unit Filter Match —
bool— UnitFilterMatch - Set State Of Unit Filter —
void— UnitFilterSetState - State Of Unit Filter —
int<preset::UnitFilterState> — UnitFilterGetState - Convert Target Filter String To Unit Filter —
unitfilter— libNtve_gf_ConvertTargetFilterStringToUnitFilter
# Examples
— None found —