WoW:API UnitSex: Difference between revisions

→‎Notes: Updated. Valid for at least patch 3.3.3
(→‎Notes: Updated. Valid for at least patch 3.3.3)
Line 33: Line 33:


== Notes ==
== Notes ==
* If "unit" doesn't exist (e.g. UnitSex("target") when you have no target), UnitSex() will return 2. (As seen on [[Talk:World of Warcraft API#API_UnitSex.28.22target.22.29_:_What_if_there_is_no_selected_target_.3F|Talk:World of Warcraft API]])
* If "unit" doesn't exist (e.g. UnitSex("target") when you have no target), UnitSex() will return 0.<br/> Previously, it would return 2. (As seen on [[Talk:World of Warcraft API#API_UnitSex.28.22target.22.29_:_What_if_there_is_no_selected_target_.3F|Talk:World of Warcraft API]])