LlGetPos/ja

From Second Life Wiki
< LlGetPos
Revision as of 00:14, 16 August 2008 by Asuka Neely (talk | contribs) (New page: {{LSL_Function/ja |func_id=59|func_sleep=0.0|func_energy=10.0 |func=llGetPos |return_type=vector |func_footnote |func_desc |return_text=プリムの[[Viewer coordinate frames#Region|リー...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

要約

関数: vector llGetPos( );

プリムのリージョン位置を vector で返します。

サンプル

<lsl> default {

   touch_start(integer total_number)
   {
       // When touched, check the position of
       // the object, save it to "position",
       // then convert it into a string and
       // say it.
       vector position = llGetPos();
       llSay(0, (string)position);
   }

}

</lsl>

関連項目

関数

•  llGetRootPosition ルートプリム位置を取得します。
•  llGetLocalPos プリムのローカル位置を取得します。
•  llGetPrimitiveParams プリムのプロパティを取得します。
•  llSetPos プリムの位置を設定します。
•  llSetPrimitiveParams プリムのプロパティを設定します。
•  llSetLinkPrimitiveParams リンクされたプリムのプロパティを設定します。

特記事項

Search JIRA for related Issues

Signature

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