WoW:API HasInspectHonorData: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
Determine if the inspected unit's honor data has been loaded. | Determine if the inspected unit's honor data has been loaded. | ||
hasData = HasInspectHonorData() | |||
== Arguments == | |||
:none | |||
== Returns == | |||
:; hasData : [[Boolean]] - Whether the currently inspected unit's honor data has been loaded. | |||
Revision as of 17:19, 25 June 2007
← WoW API < HasInspectHonorData
Determine if the inspected unit's honor data has been loaded.
hasData = HasInspectHonorData()
Arguments
- none
Returns
- hasData
- Boolean - Whether the currently inspected unit's honor data has been loaded.