LlGetCreator/ja: Difference between revisions
Jump to navigation
Jump to search
Asuka Neely (talk | contribs) New page: {{multi-lang}} {{LSL_Function/ja |func=llGetCreator |sort=GetCreator |func_id=272|func_sleep=0.0|func_energy=10.0 |func_footnote |return_type=key |return_text=プリムの作成者 |spec |... |
Asuka Neely (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
{{LSL_Function/ja | {{LSL_Function/ja | ||
|func=llGetCreator | |func=llGetCreator | ||
| Line 27: | Line 26: | ||
|permission | |permission | ||
|negative_index | |negative_index | ||
|cat1=Prim | |cat1=Prim | ||
|cat2=Creator | |cat2=Creator | ||
|cat3=Key | |cat3=Key | ||
|cat4 | |cat4 | ||
}} | }} | ||
Revision as of 23:21, 18 April 2008
| LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
サンプル
<lsl>default {
state_entry()
{
llSay(0,"My creator is: "+(string)llGetCreator() );
}
}</lsl>
関連項目
関数
| • | llGetInventoryCreator | |||
| • | llGetOwner |
特記事項
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。