Difference between revisions of "LlRemoveInventory/ja"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{multi-lang}}{{LSL_Function/inventory/ja|item|uuid=false|type}}{{LSL_Function/ja |func_id=151|func_sleep=0.0|func_energy=10.0 |func=llRemoveInventory|p1_type=string|p1_name=item |func_foo...)
 
m
Line 1: Line 1:
{{multi-lang}}{{LSL_Function/inventory/ja|item|uuid=false|type}}{{LSL_Function/ja
{{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
Line 26: Line 26:
|permission
|permission
|negative_index
|negative_index
|sort=RemoveInventory/ja
|sort=RemoveInventory
|cat1=Inventory/ja
|cat1=Inventory
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 23:48, 18 April 2008

要約

関数: llRemoveInventory( string item );

その名称のインベントリのitemを除去します。

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

警告

  • item がプリムの中で見つからない場合、エラーが DEBUG_CHANNEL 上で叫ばれます。
  • 現在のスクリプトが除去される場合は、呼んだ後に、終了するまでの短い間は動き続けるでしょう。
All Issues ~ Search JIRA for related Bugs

サンプル

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

default
{
    state_entry()
    {
        llRemoveInventory(llGetScriptName());
    }
}

特記事項

Search JIRA for related Issues

Signature

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