Difference between revisions of "LlGetRegionName/ja"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Function/ja |func_id=226|func_sleep=0.0|func_energy=10.0 |func=llGetRegionName|sort=GetRegionName |return_type=string |func_footnote |func_desc |return_text=現在のリージョン...)
 
m (カテゴリ変更)
Line 35: Line 35:
|notes
|notes
|cat1
|cat1
|cat2=Region
|cat2=Region/ja
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 07:07, 10 April 2010

要約

関数: string llGetRegionName( );

現在のリージョン名を string で返します。

サンプル

<lsl> // The beginnings of a region-info script. default {

   state_entry()
   {
       llSetTimerEvent(3.0);
   }
   
   timer()
   {
       string msg;
       
       msg = "REGION NAME : " + llGetRegionName();
       
       llSetText(msg, <0,1,0>, 1.0);
   }

}

</lsl>

関連項目

関数

•  llGetSimulatorHostname

特記事項

Search JIRA for related Issues

Signature

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