Discuss this page on this pages [[itmGetArmorInstalledLocation Talk Page|TalkPage]] === itmGetArmorInstalledLocation === See [[http://xelerus.de/index.php?s=functions&function=39|itmGetArmorInstalledLocation at Xelerus]] ^ Syntax | (itmGetArmorInstalledLocation item) -> segment # | ^ Arguments | item: The item of armor you want to know the location of. Must be an itemStruct not a UNID | ^ Returns | -1 one if not installed, otherwise returns the segment number of where it is installed. | ^ Category | [[armor]], [[item]] | ^ Description | Returns the location of the armor. | === Example === (itmGetArmorInstalledLocation (scrGetItem gScreen)) Returns the location of the currently selected armor. Return to [[:Functions]] list