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 43 minutes ago, Meyverick said: Hello, I would like the complete list of usable "function" please ? Exemple: return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(4992) == 1; Thank you! ? 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 2 minutes ago, Meyverick said: VS? ? 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 1 minute ago, Meyverick said: I just have to open Visual Studio IDE and write this? ? 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 Just now, Meyverick said: I'm not a developper, I'm trying to learn but it's to hard for me ? Thank you for your answer! ? 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 12 hours ago, 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. 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