View Single Post
04/21/14, 02:17 AM   #9
qgi
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 3
There seem to be further restrictions for some of the protected functions.

I tried to call "UseItem" in the same way (passing the function name to CallSecureProtected as a string as the first parameter, followed by the other arguments).
Although the function call returns true, nothing happens.

Any ideas?

Lua Code:
  1. result = CallSecureProtected("UseItem", bagId, slotndex)
  Reply With Quote