Difference between revisions of "LlGetScriptName/ja"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{multi-lang}}{{LSL_Function/ja |func_id=167|func_sleep=0.0|func_energy=10.0 |func=llGetScriptName |func_footnote |func_desc |return_type=string |return_text=スクリプト名that is the ...)
 
m
Line 1: Line 1:
{{multi-lang}}{{LSL_Function/ja
{{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 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
}}
}}

Revision as of 23:36, 18 April 2008

要約

関数: string llGetScriptName( );

スクリプト名that is the script name.を string で返します。

サンプル

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

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

}

</lsl>

特記事項

Search JIRA for related Issues

Signature

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