Meyverick 0 Posted September 7, 2018 Share Posted September 7, 2018 Hello, I would like the complete list of usable "function" please ? Exemple: return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(4992) == 1; Thank you! ? Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/ Share on other sites More sharing options...
Ordush 185 Posted September 7, 2018 Share Posted September 7, 2018 On 9/7/2018 at 9:19 PM, Meyverick said: Hello, I would like the complete list of usable "function" please ? Exemple: return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(4992) == 1; Thank you! ? Expand Open VS write wManger.Wow.Helpers. Then you will see all the helpers wManger.Wow.Helpers.ItemsManager. Then you will get all the ItemsManager functions etc. Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/#findComment-47216 Share on other sites More sharing options...
Meyverick 0 Posted September 7, 2018 Author Share Posted September 7, 2018 VS? ? Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/#findComment-47217 Share on other sites More sharing options...
Ordush 185 Posted September 7, 2018 Share Posted September 7, 2018 On 9/7/2018 at 11:23 PM, Meyverick said: VS? ? Expand Visual Studio Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/#findComment-47218 Share on other sites More sharing options...
Meyverick 0 Posted September 7, 2018 Author Share Posted September 7, 2018 I just have to open Visual Studio IDE and write this? ? Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/#findComment-47219 Share on other sites More sharing options...
Ordush 185 Posted September 7, 2018 Share Posted September 7, 2018 On 9/7/2018 at 11:27 PM, Meyverick said: I just have to open Visual Studio IDE and write this? ? Expand No you have to get the references etc. first. Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/#findComment-47220 Share on other sites More sharing options...
Meyverick 0 Posted September 7, 2018 Author Share Posted September 7, 2018 I'm not a developper, I'm trying to learn but it's to hard for me ? Thank you for your answer! ? Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/#findComment-47221 Share on other sites More sharing options...
Ordush 185 Posted September 7, 2018 Share Posted September 7, 2018 On 9/7/2018 at 11:29 PM, Meyverick said: I'm not a developper, I'm trying to learn but it's to hard for me ? Thank you for your answer! ? Expand np Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/#findComment-47222 Share on other sites More sharing options...
Meyverick 0 Posted September 8, 2018 Author Share Posted September 8, 2018 On 9/7/2018 at 10:03 PM, Ordush said: Open VS write wManger.Wow.Helpers. Then you will see all the helpers wManger.Wow.Helpers.ItemsManager. Then you will get all the ItemsManager functions etc. Expand I did it! But, wManager.Wow.Helpers.ItemsManager works but after ItemsManager. I got nothing ? Link to comment https://wrobot.eu/forums/topic/10070-complete-function-list/#findComment-47233 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now