Difference between revisions of "LlGetScriptName/ja"

From Second Life Wiki
Jump to navigation Jump to search
m (カテゴリ変更)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{LSL_Function/ja
{{Issues/SVC-388}}{{LSL_Function/ja
|func_id=167|func_sleep=0.0|func_energy=10.0
|func_id=167|func_sleep=0.0|func_energy=10.0
|func=llGetScriptName
|func=llGetScriptName
Line 5: Line 5:
|func_desc
|func_desc
|return_type=string
|return_type=string
|return_text=スクリプト名that is the script name.
|return_text=スクリプト名
|spec
|spec
|caveats
|caveats
|constants
|constants
|examples=オブジェクトから現在のスクリプトを除去します
|examples=オブジェクトから現在のスクリプトを除去します
<lsl>
<source lang="lsl2">
default
default
{
{
Line 18: Line 18:
     }
     }
}
}
</lsl>
</source>
|helpers
|helpers
|also_functions
|also_functions
Line 28: Line 28:
|negative_index
|negative_index
|sort=GetScriptName
|sort=GetScriptName
|cat1=Inventory/ja
|cat1=Inventory
|cat2=Script/ja
|cat2=Script
|cat3
|cat3
|cat4
|cat4
}}
}}

Latest revision as of 06:53, 25 February 2016

要約

関数: string llGetScriptName( );

スクリプト名を string で返します。

サンプル

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

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

特記事項

All Issues

~ Search JIRA for related Issues
   llGetScriptName returns script's old name

Signature

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