Difference between revisions of "Osiris/API/ItemLevelUp"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented ItemLevelUp)
 
m (Documented ItemLevelUp)
 
Line 7: Line 7:
 
* This call is new in DOS2 Patch 6.
 
* This call is new in DOS2 Patch 6.
 
===== See Also =====
 
===== See Also =====
* [[Osiris/API/ItemLevelUp|ItemLevelUpTo]]
+
* [[Osiris/API/ItemLevelUpTo|ItemLevelUpTo]]
 
    
 
    
 
[[Category:Osiris Calls|ItemLevelUp]]
 
[[Category:Osiris Calls|ItemLevelUp]]

Latest revision as of 22:32, 22 February 2018

Full Definition(s)
  • call ItemLevelUp((ITEMGUID)_Item)
Description

Increases the level of _Item by 1.

Notes
  • If _Item is not valid, nothing happens.
  • This call is new in DOS2 Patch 6.
See Also