ISXEQ2:radar (Data Type)

From ISMods Wiki


Contents

ISXEQ2 information for ISXEQ2:radar (Data Type) has moved

Please see: http://eq2.isxgames.com/wiki for up-to-date content.


Description

This DataType includes all of the data available through ISXEQ2 that is related to your radar.


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
  • 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

Methods

  • FilterMe (toggle)
  • FilterNPCs (toggle)
  • FilterNamedNPCs (toggle)
  • FilterAggroNPCs (toggle)
  • FilterPets (toggle)
  • FilterMyPet (toggle)
  • FilterPCs (toggle)
  • FilterSpecials (toggle)
  • FilterResources (toggle)
  • FilterNoKillNPCs (toggle)
  • FilterCorpses (toggle)
  • SetSize[#]
  • ShowLabels (toggle)
  • YAxisClipping (toggle)
  • ClipText (toggle)
  • ClipRadius (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.

Returns

Inherits

See Also