Difference between revisions of "LlSetObjectDesc/ja"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Function/ja |func=llSetObjectDesc |func_id=271|func_sleep=0.0|func_energy=10.0 |p1_type=string|p1_name=desc |func_footnote |func_desc=プリムのdescriptionを設定します |retur...)
 
m (カテゴリ変更)
Line 32: Line 32:
{{LSL DefineRow||[[Prim Attribute Overloading|プリム要素のオーバーロード]]}}
{{LSL DefineRow||[[Prim Attribute Overloading|プリム要素のオーバーロード]]}}
|notes
|notes
|cat1=Prim
|cat1=Prim/ja
|cat2=Object
|cat2=Object/ja
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 06:25, 10 April 2010

要約

関数: llSetObjectDesc( string desc );

プリムのdescriptionを設定します

• string desc

警告

  • オブジェクトのdescriptionは127byteに制限され、いくつかの文字列が長いと省略されるでしょう。
  • VWR-437によると、もしあなたが256byteより長いdescriptionを設定する場合、オブジェクトは長くはrez可能ではないでしょう。このフィールドをデータ補完に用いる場合は注意しましょう。
All Issues ~ Search JIRA for related Bugs

サンプル

<lsl>//store the owner's name in the prim description default {

   touch_start(integer total_number)
   {
       string temp;
       temp = llKey2Name(llGetOwner());
       llSetObjectDesc(temp);
   }
}</lsl>

関連項目

関数

•  llGetObjectDesc プリムのdescriptionを取得します。
•  llGetObjectName プリムの名前を取得します。
•  llSetObjectName プリムの名前を設定します。

記事

•  プリム要素のオーバーロード

特記事項

Search JIRA for related Issues

Signature

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