API factionfriendlyness

From Vendetta Lua
Jump to navigationJump to search

factionfriendlyness

Definition: factionfriendlyness(int standing) -> string name
Description:
get string that represents the given faction standing
Arguments:
standing standing (0-65535)
Returns:
name standing as string
Example:
<source lang="lua"> factionfriendlyness(1000) -> "Hate" </source>