Class ISToolTipInv
Override for ISToolTipInv.
Some modifications need to be done to the tooltip rendering process to handle our custom tooltips. Weapon tooltips have their size and position coded in LUA ISToolTipInv:render(), but the data contained is hardcoded in java, and drawn with the item:DoTooltip() method. ORGM overwrites ISToolTipInv:render() and bypasses the call to item:DoTooltip() allowing for completely moddable tooltips. Our new File: client/1LoadOrder/ISORGMToolTipInv.lua
Info:
- Release: 3.09
- Author: Fenris_Wolf
Methods
ISToolTipInv:renderClassic () | This modifies firearm and magazine tooltips to show what the item is currently loaded with. |
ISToolTipInv:renderORGM () | Overwrites the base game’s ISToolTipInv:render() method. |
Methods
- ISToolTipInv:renderClassic ()
- This modifies firearm and magazine tooltips to show what the item is currently loaded with. This renders the ‘classic’ ORGM tooltips (v3.09.1 and lower)
- ISToolTipInv:renderORGM ()
- Overwrites the base game’s ISToolTipInv:render() method. This checks our TipHandler table looking for a function to design the ORGM tooltips,