GetEncounterSpawnsCurrent(object)
現時点まででエンカウンターがスポーン(敵を出現)した回数を調べます。
int GetEncounterSpawnsCurrent( object oEncounter = OBJECT_SELF );
Parameters
oEncounter
調べたいエンカウンター (デフォルト: OBJECT_SELF)
Description
モジュールが開始してからこれまでにoEncounterがスポーンした回数を返します。
Remarks
それほど使う機能ではありません。
Version
1.22
See Also
functions: | GetEncounterActive | GetEncounterDifficulty | GetEncounterSpawnsMax | SetEncounterActive | SetEncounterSpawnsCurrent |
categories: | Encounter Functions |
author: John Shuell, JP team: Redondo
Send comments on this topic.