Osiris/API/ItemLevelUpTo

From Divinity Engine Wiki
Revision as of 22:34, 22 February 2018 by Tinkerer (talk | contribs) (Documented ItemLevelUpTo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call ItemLevelUpTo((ITEMGUID)_Item, (INTEGER)_Level)
Description

Increases the level of _Item to _Level.

Notes
  • If _Item is not valid, nothing happens.
  • If _Level is <= 0, the level is changed back to the default.
  • This call is new in DOS2 Patch 6.
See Also