GetHitDice(object)
クリーチャーのヒットダイスを得ます。
int GetHitDice( object oCreature );
Parameters
oCreature
ヒットダイスを得たいクリーチャー
Description
oCreatureのヒットダイスを示す整数値を返します。oCreatureが有効なクリーチャーでない場合は0を返します。
Remarks
PCのキャラクター総合レベルや各クラスレベルの合計を出すのに最も簡単な方法です。
Version
1.22
See Also
functions: | GetLevelByClass | GetLevelByPosition |
categories: | Get Data from Creature Functions |
author: Tom Cassiotis, editor: Iskander Merriman, JP team: Rainie
Send comments on this topic.