GetIsAreaAboveGround(object)
エリアが地上かどうか調べます。
int GetIsAreaAboveGround( object oArea );
Parameters
oArea
地上かどうかを調べるエリア
Description
oAreaが地上の場合は、AREA_ABOVEGROUND を返します。そうでない場合は、AREA_UNDERGROUND を返します。
エラーの場合は AREA_INVALID を返します。
Remarks
地上/地下の設定は、エリアプロパティの詳細設定タブにある地形の種類から設定します。
Version
1.31
See Also
functions: | GetIsAreaNatural |
categories: | Area Functions | Get Data Functions | Get Data from Object Functions |
author: Lilac Soul, editor: Charles Feduke, JP team: geshi
Send comments on this topic.