GetStandardFactionReputation(int, object)

クリーチャーのファクション値を調べます。(与えられた標準ファクショングループ内について)。

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

Parameters

nStandardFaction

STANDARD_FACTION_*

oCreature

ファクション値を調べるターゲット(デフォルト: OBJECT_SELF)


Description

nStandardFactionで示される標準ファクショングループ内のoCreatureのファクション値を0から100の数値で返します。



Version

1.22

See Also

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


author: Daniel Beckman, JP team: Redondo
Send comments on this topic.