Oblivion:GetFactionRank: Unterschied zwischen den Versionen
Aus Skript-Wiki
Keris (Diskussion | Beiträge) K (Die Seite wurde neu angelegt: [http://www.ei-der-zeit.com/LexikonCSIV/tesiv-cs/befehle/GetFactionRank.html GetFactionRank] GetFactionRank) |
|||
Zeile 1: | Zeile 1: | ||
− | + | '''Syntax:''' | |
+ | |||
+ | <code>GetFactionRank FactionID </code> | ||
+ | |||
+ | |||
+ | '''Beispiel: ''' | ||
+ | |||
+ | <tesscript>GetFactionRank FightersGuild </tesscript> | ||
+ | |||
+ | |||
+ | Gibt den Rang des Spielers in der Angegebenen Faction (Gilde) zurück. Wenn der Actor nicht in der Gilde/Faction ist, wird der Wert -1 zurückgegeben. | ||
+ | |||
+ | |||
+ | '''Siehe auch: ''' | ||
+ | |||
+ | * [[Oblivion:GetFactionRankDifference|GetFactionRankDifference]] | ||
+ | * [[Oblivion:GetInFaction|GetInFaction]] | ||
+ | * [[Oblivion:ModFactionRank|ModFactionRank]] | ||
+ | * [[Oblivion:SetFactionRank|SetFactionRank]] | ||
+ | |||
[[Kategorie:Funktionen|GetFactionRank]] | [[Kategorie:Funktionen|GetFactionRank]] |
Version vom 9. September 2008, 19:52 Uhr
Syntax:
GetFactionRank FactionID
Beispiel:
<tesscript>GetFactionRank FightersGuild </tesscript>
Gibt den Rang des Spielers in der Angegebenen Faction (Gilde) zurück. Wenn der Actor nicht in der Gilde/Faction ist, wird der Wert -1 zurückgegeben.
Siehe auch: