Difference between revisions of "LlRemoveInventory/ja"

From Second Life Wiki
Jump to navigation Jump to search
m (Undo revision 849562 by Mako Nozaki (Talk))
m
Line 1: Line 1:
{{LSL_Function/inventory/ja|item|uuid=false|type}}{{LSL_Function/ja
{{Issues/SVC-304}}{{LSL_Function/inventory/ja|item|uuid=false|type}}{{LSL_Function/ja
|func_id=151|func_sleep=0.0|func_energy=10.0
|func_id=151|func_sleep=0.0|func_energy=10.0
|func=llRemoveInventory|p1_type=string|p1_name=item
|func=llRemoveInventory|p1_type=string|p1_name=item
|func_footnote
|func_footnote
|func_desc=その名称のインベントリの'''item'''を除去します。
|func_desc='''item''' という名前のインベントリを削除します。
|return_text
|return_text
|spec
|spec
|caveats=*現在のスクリプトが除去される場合は、呼んだ後に、終了するまでの短い間は動き続けるでしょう。
|caveats=*現在のスクリプトが削除された場合、この呼び出しが行われた後しばらくの間は動き続けます。
|constants
|constants
|examples=オブジェクトから現在のスクリプトを除去します。
|examples=
<Pre>
<lsl>// オブジェクトから現在のスクリプトを除去します。
 
default
default
{
{
Line 16: Line 17:
         llRemoveInventory(llGetScriptName());
         llRemoveInventory(llGetScriptName());
     }
     }
}
}</lsl>
</Pre>
|helpers
|helpers
|also_functions
|also_functions

Revision as of 17:53, 7 May 2010

要約

関数: llRemoveInventory( string item );

item という名前のインベントリを削除します。

• string item プリムの インベントリ の中にあるアイテム

警告

  • item がプリムの中で見つからない場合、エラーが DEBUG_CHANNEL 上で叫ばれます。
  • 現在のスクリプトが削除された場合、この呼び出しが行われた後しばらくの間は動き続けます。

Important Issues

~ All Issues ~ Search JIRA for related Bugs
   CHANGED_INVENTORY not triggered by llRemoveInventory()

サンプル

<lsl>// オブジェクトから現在のスクリプトを除去します。

default {

   state_entry()
   {
       llRemoveInventory(llGetScriptName());
   }
}</lsl>

特記事項

All Issues

~ Search JIRA for related Issues
   CHANGED_INVENTORY not triggered by llRemoveInventory()

Signature

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