Difference between revisions of "PRIM DESC/ja"

From Second Life Wiki
Jump to navigation Jump to search
(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…")
 
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=Used to get or set the prim's description.
|desc=オブジェクトの説明を取得したり設定したりするのに使います。
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([&#32;{{#var:desc_const}},&#32;|i_end=&nbsp;]);
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([&#32;{{#var:desc_const}},&#32;|i_end=&nbsp;]);
|text={{LSL Constant/PrimParamText|set}}
|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]]([&nbsp;{{#var:desc_const}}|i_end=&nbsp;]);|
|pb={{LSL Constant/List/ja|i_front=[[llGetPrimitiveParams]]([&nbsp;{{#var:desc_const}}|i_end=&nbsp;]);|
|r_front=Returns the list [&nbsp;|r_end=&nbsp;]
|r_front=Returns the list [&nbsp;|r_end=&nbsp;]
|text={{LSL Constant/PrimParamText|get}}
|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 19:40, 17 December 2010

解説

定数: integer PRIM_DESC = 28;

integer 定数 PRIM_DESC の値は 28 です。

オブジェクトの説明を取得したり設定したりするのに使います。

llSetPrimitiveParams

llSetPrimitiveParams([ PRIM_DESC, string description ]);

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_DESC ]);

Returns the list [ string description ]

• string description

構文: llGetPrimitiveParams, llGetLinkPrimitiveParams

特記事項

この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)