Difference between revisions of "PRIM DESC/ja"
Jump to navigation
Jump to search
Mizu Melody (talk | contribs) (Created page with "<onlyinclude>{{#if: {{#vardefine:desc_const|{{LSL Const|PRIM_DESC|integer||c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's description}}}} }}</onlyinclude>{{#if: }}{{LSL Co…") |
Mizu Melody (talk | contribs) |
||
Line 5: | Line 5: | ||
}}</onlyinclude>{{#if: | }}</onlyinclude>{{#if: | ||
}}{{LSL Constant | }}{{LSL Constant/ja | ||
|name=PRIM_DESC | |name=PRIM_DESC | ||
|type=integer | |type=integer | ||
|value=28 | |value=28 | ||
|desc= | |desc=オブジェクトの説明を取得したり設定したりするのに使います。 | ||
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:desc_const}}, |i_end= ]); | |pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:desc_const}}, |i_end= ]); | ||
|text= | |text=構文: [[llSetPrimitiveParams/ja|llSetPrimitiveParams]], [[llSetLinkPrimitiveParams/ja|llSetLinkPrimitiveParams]] & [[llSetLinkPrimitiveParamsFast/ja|llSetLinkPrimitiveParamsFast]] | ||
|i1_type=string|i1_name=description | |i1_type=string|i1_name=description | ||
|toc=llSetPrimitiveParams | |toc=llSetPrimitiveParams | ||
}} | }} | ||
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ {{#var:desc_const}}|i_end= ]);| | |pb={{LSL Constant/List/ja|i_front=[[llGetPrimitiveParams]]([ {{#var:desc_const}}|i_end= ]);| | ||
|r_front=Returns the list [ |r_end= ] | |r_front=Returns the list [ |r_end= ] | ||
|text= | |text=構文: [[llGetPrimitiveParams/ja|llGetPrimitiveParams]], [[llGetLinkPrimitiveParams/ja|llGetLinkPrimitiveParams]] | ||
|r1_type=string|r1_name=description | |r1_type=string|r1_name=description | ||
|toc=llGetPrimitiveParams | |toc=llGetPrimitiveParams | ||
Line 24: | Line 24: | ||
|constants= | |constants= | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetPrimitiveParams]]|}} | {{LSL DefineRow||[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}} | {{LSL DefineRow||[[llSetLinkPrimitiveParams/ja|llSetLinkPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llSetLinkPrimitiveParamsFast]]|}} | {{LSL DefineRow||[[llSetLinkPrimitiveParamsFast/ja|llSetLinkPrimitiveParamsFast]]|}} | ||
{{LSL DefineRow||[[llGetPrimitiveParams]]|}} | {{LSL DefineRow||[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llGetLinkPrimitiveParams]]|}} | {{LSL DefineRow||[[llGetLinkPrimitiveParams/ja|llGetLinkPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llGetObjectDesc]]|}} | {{LSL DefineRow||[[llGetObjectDesc/ja|llGetObjectDesc]]|}} | ||
{{LSL DefineRow||[[llSetObjectDesc]]|}} | {{LSL DefineRow||[[llSetObjectDesc/ja|llSetObjectDesc]]|}} | ||
|events | |events | ||
|location | |location |
Revision as of 18:40, 17 December 2010
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
llSetPrimitiveParams
llSetPrimitiveParams([ PRIM_DESC, string description ]);• string | description |
構文: llSetPrimitiveParams, llSetLinkPrimitiveParams & llSetLinkPrimitiveParamsFast
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_DESC ]);Returns the list [ string description ]
• string | description |