LlMapDestination/ja

From Second Life Wiki
< LlMapDestination
Revision as of 23:48, 17 January 2008 by Asuka Neely (talk | contribs) (New page: {{multi-lang}}{{LSL_Function/ja |func_id=309|func_sleep=1.0|func_energy=10.0 |func=llMapDestination|sort=MapDestination |p1_type=string|p1_name=simname|p1_desc=リージョン名 |p2_type=...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

要約

関数: llMapDestination( string simname, vector pos, vector look_at );

posを強調したsimnameを中央にした世界地図を開きます。
オブジェクトに装着されたスクリプト、もしくはtouchイベントの間のみ作動します。.

• string simname リージョン名
• vector pos リージョン構成
• vector look_at 未使用

(look_atは通常使用しません。注意しましょう)

警告

  • この関数は 1.0 秒間、スクリプトを停止します。
  • simnameが省略された場合、地図はオブジェクトを中心として開きますが、posは強調されないでしょう。

Important Issues

~ All Issues ~ Search JIRA for related Bugs
• Unresolved VWR-2060 posが時折違う内容で置き換えられる (対策案あり)

サンプル

<lsl> //Click the object this script is in and your map opens up in the middle of Oasis. default {

    touch_start(integer num)
    {
         llMapDestination("Oasis", <128, 128, 0>, ZERO_VECTOR);
    }

}

</lsl>

注意点

  • possimname内ではないリージョン構成でも動くでしょう。 (llRequestInventoryDataで返されるような具合です)
  • オーナ以外のtouchイベントで呼ばれた場合、オーナのみ作動します。
  • touchで呼ばれた場合、イベントキューの最初もしくは最後でのみ動くでしょう。(例: num_touched > 1)

関連項目

関数

•  llRequestInventoryData

特記事項

Search JIRA for related Issues

Signature

function void llMapDestination( string simname, vector pos, vector look_at );
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。