GetAbilityScore(object, int)

クリーチャーの指定した能力値を取得します。

int GetAbilityScore(
    object oCreature,
    int nAbilityType
);

Parameters

oCreature

能力値を調べたいクリーチャー

nAbilityType

ABILITY_*


Description

指定した能力値を返します。(もしくは0)



Version

1.22

See Also

functions: GetCharisma | GetIntelligence | GetWisdom
categories: Get Data from Creature Functions
constants: ABILITY_* Constants


author: Kristian Markon, JP team: marshall
Send comments on this topic.