API factionfriendlynessrange

From Vendetta Lua
Jump to: navigation, search

factionfriendlynessrange

Definition: factionfriendlynessrange(int standing) -> float range
Description:
get progress within the current faction standing level
Arguments:
standing standing (0-65535)
Returns:
float progress within faction standing level
Example:

-- a standing of 7000 is about halfway into "Hate"
factionfriendlynessrange(7000) -> 0.534...