GetStartingLocation()
モジュールのスタート位置を調べます。
location GetStartingLocation();
Description
モジュール内のプレイヤーのスタート位置を返します。
Remarks
1.25パッチではGetStartLocationが有効な関数となっています。この関数(GetStartingLocation)が不適当なのかそれとも両方とも有効なのかはわかりません。
※バージョン1.32ではGetStartingLocation()のみ存在します。
Version
1.25
Example
// 対象をモジュールのスタート位置へ転送します
void main()
{
location lStartingLoc = GetStartingLocation();
ActionJumpToLocation(lStartingLoc);
}
See Also
| functions: | ActionJumpToLocation | GetLocation |
| categories: | Module Functions |
author: Daniel Beckman, editor: Charles Feduke, JP team: Redondo
Send comments on this topic.