WoW:API GetWatchedFactionInfo: Difference between revisions
Jump to navigation
Jump to search
GetWatchedFactionInfo -Documentation by Maldivia-
(GetWatchedFactionInfo) |
(upgraded deprecated template) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''GetWatchedFactionInfo''' ''-Documentation by Maldivia-''</center> | <center>'''GetWatchedFactionInfo''' ''-Documentation by Maldivia-''</center> | ||
| Line 17: | Line 18: | ||
: Added in 1.10.0 | : Added in 1.10.0 | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 18:14, 6 January 2007
← WoW API < GetWatchedFactionInfo
Returns information about the faction that is currently being watched.
name, standing, min, max, value = GetWatchedFactionInfo()
Parameters
Returns
- name, reaction, min, max, value
- name
- String - The name of the faction curretly being watched, nil if no faction is being watched.
- standing
- Integer - The StandingId with the faction.
- min
- Integer - The minimum bound for the current standing, for instance 21000 for Revered.
- max
- Integer - The maximum bound for the current standing, for instance 42000 for Revered.
- value
- Integer - The current faction level, within the bounds.
Details
- Added in 1.10.0