Mobiles.Filter
The Mobiles.Filter class is used to store options to filter the global Mobile list. Often used in combination with Mobiles.ApplyFilter.
Table of Contents
Properties
Blessed
Mobiles.Filter.BlessedInt32Limit the search to only Blessed Mobiles. (default: -1, any Mobile)
Bodies
Mobiles.Filter.BodiesObjectCheckIgnoreObject
Mobiles.Filter.CheckIgnoreObjectBooleanExclude from the search Mobiles which are currently on the global Ignore List. ( default: False, any Item )
CheckLineOfSight
Mobiles.Filter.CheckLineOfSightBooleanLimit the search only to the Mobiles which are in line of sight. (default: false, any Mobile)
Enabled
Mobiles.Filter.EnabledBooleanFemale
Mobiles.Filter.FemaleInt32Limit the search to female Mobile. (default: -1, any)
Friend
Mobiles.Filter.FriendInt32Limit the search to friend Mobile. (default: -1, any)
Graphics
Mobiles.Filter.GraphicsObjectHues
Mobiles.Filter.HuesObjectIgnorePets
Mobiles.Filter.IgnorePetsBooleanInclude the Mobiles which are currently on the Pet List. ( default: True, include Pets )
IsGhost
Mobiles.Filter.IsGhostInt32Limit the search to Ghost only. (default: -1, any Mobile ) Match any MobileID in the list: 402, 403, 607, 608, 694, 695, 970
IsHuman
Mobiles.Filter.IsHumanInt32Limit the search to Humans only. (default: -1, any Mobile ) Match any MobileID in the list: 183, 184, 185, 186, 400, 401, 402, 403, 605, 606, 607, 608, 666, 667, 694, 744, 745, 747, 748, 750, 751, 970, 695
Name
Mobiles.Filter.NameStringNotorieties
Mobiles.Filter.NotorietiesObjectParalized
Mobiles.Filter.ParalizedInt32Limit the search to paralized Mobile. (default: -1, any)
Poisoned
Mobiles.Filter.PoisonedInt32Limit the search to only Poisoned Mobiles. (default: -1, any Mobile)
RangeMax
Mobiles.Filter.RangeMaxDoubleLimit the search by distance, to Mobiles which are at most RangeMax tiles away from the Player. ( default: -1, any Mobile )
RangeMin
Mobiles.Filter.RangeMinDoubleLimit the search by distance, to Mobiles which are at least RangeMin tiles away from the Player. ( default: -1, any Mobile )
Serials
Mobiles.Filter.SerialsObjectWarmode
Mobiles.Filter.WarmodeInt32Limit the search to Mobile War mode. (default: -1, any Mobile) -1: any 0: peace 1: war
ZLevelMax
Mobiles.Filter.ZLevelMaxDoubleLimit the search by z-level, to Mobiles which are at most z-level specified. ( default: 4096, all z-levels )
ZLevelMin
Mobiles.Filter.ZLevelMinDoubleLimit the search by z-level, to Mobiles which are at least z-level specified. ( default: -4096, all z-levels )