API factionfriendlynessrange
From Vendetta Lua
Jump to navigationJump to 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:
<source lang="lua">
-- a standing of 7000 is about halfway into "Hate"
factionfriendlynessrange(7000) -> 0.534...
</source>