Difference between revisions of "LlMapDestination/ja"

From Second Life Wiki
Jump to navigation Jump to search
m
m (カテゴリ変更)
Line 35: Line 35:
|inventory
|inventory
|negative_index
|negative_index
|cat1=Dialog
|cat1=Dialog/ja
|cat2=Attachment
|cat2=Attachment/ja
|cat3=Avatar
|cat3=Avatar/ja
|cat4=Touch
|cat4=Touch/ja
|bugs={{LSL DefineRow|Unresolved|{{JIRA|VWR-2060}}|'''pos'''が時折違う内容で置き換えられる (対策案あり) }}
|bugs={{LSL DefineRow|Unresolved|{{JIRA|VWR-2060}}|'''pos'''が時折違う内容で置き換えられる (対策案あり) }}
}}
}}

Revision as of 05:36, 10 April 2010

要約

関数: 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の関連した項目が参考になるかもしれません。