Difference between revisions of "PRIM DESC/ja"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
<onlyinclude>{{#if:
<onlyinclude>{{#if:


{{#vardefine:desc_const|{{LSL Const|PRIM_DESC|integer||c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's description}}}}
{{#vardefine:desc_const|{{LSL Const/ja|PRIM_DESC|integer||c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's description}}}}


}}</onlyinclude>{{#if:
}}</onlyinclude>{{#if:
Line 33: Line 33:
|events
|events
|location
|location
|cat1=Prim
|cat1=Prim/ja
|cat2=PrimitiveParams
|cat2=PrimitiveParams/ja
|cat3
|cat3
|cat4
|cat4
}}
}}

Latest revision as of 01:09, 8 October 2023

解説

定数: 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

特記事項

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