Skip to main content

GetFactionRespect

Description

Returns the respect level for the given faction, ranging from 0 to 100.

function GetFactionRespect(faction) --[[ ... ]] end

Parameters

  • faction: integer - The ID of the faction whose respect stat is requested.

Return Values

  • respect: integer - Respect stat for the faction, ranging from 0 to 100.

Example

None.