DOWNTIME ANNOUNCEMENT - Maintenance will be performed from 1AM-3AM Pacific Time on 2010-03-20 (tonight). Please do not edit any pages during this time.

Looking for Viewer 2 Beta help? Right this way!

LlGetScale/ja

From Second Life Wiki

メインページ > LlGetScale > LlGetScale/ja
Jump to: navigation, search

関数: vector llGetScale( );

プリムの縮尺のvector値を返します。


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

関連項目

関数

•  llSetScale Sets the prims size
•  llSetPrimitiveParams プリムの要素を設定します。
•  llGetPrimitiveParams プリムの要素を取得します。
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。
Personal tools
In other languages