WoW:API CastSpellByName: Difference between revisions

m
Move page script moved page API CastSpellByName to WoW:API CastSpellByName without leaving a redirect
m (Move page script moved page API CastSpellByName to WoW:API CastSpellByName without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
* See the [[HOWTO:_Localize_an_AddOn#Unicode|Unicode part]] of the Localization HOWTO for more details about editing a source file containing localized strings.
* See the [[HOWTO:_Localize_an_AddOn#Unicode|Unicode part]] of the Localization HOWTO for more details about editing a source file containing localized strings.
* This problem does only appear when working with Lua source files. When you're using macros, inside the WoW client, it should work in unicode directly.
* This problem does only appear when working with Lua source files. When you're using macros, inside the WoW client, it should work in unicode directly.
* You ''can'' still use this function outside of secure code to open trade skill windows.
* You ''can'' still use this function outside of secure code to open trade skill windows and to summon non-combat pets and mounts.
** Apparently not anymore.  <tt>CastSpellByName("Inscription")</tt> would do nothing when called from my addon.
Anonymous user