GetStandardFactionReputation(int, object)

Determines a creature's faction standing within a given standard faction group.

int GetStandardFactionReputation(
    int nStandardFaction,
    object oCreature = OBJECT_SELF
);

Parameters

nStandardFaction

STANDARD_FACTION_*

oCreature

Target creature to determine faction standing. (Default: OBJECT_SELF)


Description

Returns a number between 0 and 100 indicating the current faction standing of oCreature within the standard faction group indicated by nStandardFaction.



Version

1.22

See Also

functions: ClearAllFactionMembers | ClearPersonalReputation | SetStandardFactionReputation
categories: Reputation/Faction Functions
constants: STANDARD_FACTION_* Constants


 author: Daniel Beckman
 Send comments on this topic.