Difference between revisions of "CHANGED ALLOWED DROP/ja"

From Second Life Wiki
Jump to navigation Jump to search
m
(Removing all content from page)
Line 1: Line 1:
{{LSL Constant/ja
 
|name=CHANGED_ALLOWED_DROP
|type=integer
|value={{LSL Hex|0x40}}
|desc=オーナー以外のユーザ(もしくはオーナがオブジェクトが編集不可能な)がプリム内に追加しました。
これは[[llAllowInventoryDrop/ja|llAllowInventoryDrop]]が可能になっているときのみ重要です。
|examples=
<lsl>default
{
    changed(integer change)
    {
        if (change & CHANGED_ALLOWED_DROP) //&であって、&&ではありません。これはビット演算です!
        {
            llOwnerSay("The inventory has changed as a result of a user without mod permissions dropping an item on the prim and it being allowed by the script.");
        }
    }
}</lsl>
|constants=
{{LSL DefineRow||[[CHANGED_INVENTORY/ja|CHANGED_INVENTORY]]|}}
|functions=
{{LSL DefineRow||[[llAllowInventoryDrop/ja|llAllowInventoryDrop]]|}}
|events=
{{LSL DefineRow||[[changed/ja|changed]]|}}
|cat1=Inventory/ja
|cat2
|cat3
|cat4
}}

Revision as of 06:16, 20 February 2008