Radar (Data Type)¶
- Table of contents
- Radar (Data Type)
- Description
- Members
- Methods
Description¶
This DataType includes all of the data available through ISXEQ2 related to your radar(s).
Members¶
- string Name
- bool ShowingMe
- bool ShowingNPCs
- bool ShowingNamedNPCs
- bool ShowingAggroNPCs
- bool ShowingPets
- bool ShowingMyPet
- bool ShowingPCs
- bool ShowingSpecials
- bool ShowingResources
- bool ShowingNoKillNPCs
- bool ShowingTSUnits
- bool ShowingCorpses
- bool ShowingChests
- bool ShowingDoors
- bool ShowingUnknowns
- bool ShowingMercenaries
- string CustomFiltersList (ie: filter1|filter2|filter3)
- string CustomFilter[#] ("1" is the first filter in the array)
- bool CustomFilter["string"]
- int Size (This is the value used for 'zooming')
- bool ShowingLabels
- bool YAxisClippingOn
- bool ClipRadiusOn (Is radius clipping on?)
- bool RotationOn
- bool ClippingTextOn
- bool ColorizingLabels
Methods¶
- FilterMe (toggle)
- FilterNPCs (toggle)
- FilterNamedNPCs (toggle)
- FilterAggroNPCs (toggle)
- FilterPets (toggle)
- FilterMyPet (toggle)
- FilterPCs (toggle)
- FilterSpecials (toggle)
- FilterResources (toggle)
- FilterNoKillNPCs (toggle)
- FilterCorpses (toggle)
- FilterChests (toggle)
- FilterDoors (toggle)
- FilterMercenaries (toggle)
- FilterUnknowns (toggle)
- SetSize[#]
- ShowLabels (toggle)
- YAxisClipping (toggle)
- ClipText (toggle)
- ClipRadius (toggle)
- ColorizeLabels (toggle)
- Rotation (toggle)
-
SetCustomFilter["string"] (toggle)
- Note: Like a toggle, this method will add a filter for the given string for this radar if it doesn't exist, or will remove it if it already exists.