llGetObjectPrimCount

akito

2008年02月10日 16:16


llGetObjectPrimCount




integer llGetObjectPrimCount(key id)


key id で指定したUUIDのオブジェクトのリンク数を調べる。




key id
リンク数を調べたいオブジェクトのUUIDを指定します。


 


<使用例>




default


{


   touch_start(integer total_number)


   {


     llSay(0, (string)llGetObjectPrimCount("e0b2910c-a18f-34d6-7751-1d39650746f7"));


   }


}








UUID e0b2910c-a18f-34d6-7751-1d39650746f7 (青いプリム)のリンク数を調べ、発言します。


カテゴリ別一覧へ


アルファベット順一覧へ


 


Mother Lake は     こちら→ http://slurl.com/secondlife/Mother%20Lake/114/109/21

からくりや 江戸支店は こちら→ http://slurl.com/secondlife/EDO%20Japan/74/87/27



Mother Lake  のHPはこちらから→ http://ml.ms-p.jp/


法人の方はこちら → http://ms-p.jp/


関数