Difference between revisions of "LlGetScale/ja"

From Second Life Wiki
Jump to navigation Jump to search
m (カテゴリ変更)
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|func_footnote
|func_footnote
|func_desc
|func_desc
|return_text=プリムの縮尺
|return_text=プリムの大きさ
|spec
|spec
|caveats
|caveats
|constants
|constants
|examples=<lsl>default
|examples=<source lang="lsl2">default
{
{
     touch_start(integer total_number)
     touch_start(integer total_number)
Line 15: Line 15:
         llSay(0, "My dimensions are: " + (string)llGetScale());
         llSay(0, "My dimensions are: " + (string)llGetScale());
     }
     }
}</lsl>
}</source>
|helpers
|helpers
|also_functions=
|also_functions=
{{LSL DefineRow||[[llSetScale/ja|llSetScale]]|Sets the prims size}}
{{LSL DefineRow||[[llSetScale/ja|llSetScale]]|プリムのサイズを設定します。}}
{{LSL DefineRow||[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]|プリムの要素を設定します。}}
{{LSL DefineRow||[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]|プリムの要素を設定します。}}
{{LSL DefineRow||[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]|プリムの要素を取得します。}}
{{LSL DefineRow||[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]|プリムの要素を取得します。}}
Line 25: Line 25:
|also_articles
|also_articles
|notes
|notes
|cat1=Prim/ja
|cat1=Prim
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Latest revision as of 13:52, 25 February 2016

要約

関数: vector llGetScale( );

プリムの大きさを vector で返します。

サンプル

default
{
    touch_start(integer total_number)
    {
        llSay(0, "My dimensions are: " + (string)llGetScale());
    }
}

関連項目

関数

•  llSetScale プリムのサイズを設定します。
•  llSetPrimitiveParams プリムの要素を設定します。
•  llGetPrimitiveParams プリムの要素を取得します。

特記事項

Search JIRA for related Issues

Signature

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