LlGetKey/ko

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

설명

함수: key llGetKey( );
121 함수ID
0.0 지연
10.0 에너지

반환되는 값은 스크립트가 삽입된 프림의 키값.


예제

<lsl>default {

   state_entry()
   {
       llOwnerSay(llGetKey());
       llOwnerSay(llGetLinkKey(llGetLinkNumber()));
   }

}</lsl>

함께 보기

함수

•  llGetLinkKey
•  llGetLinkNumber
이 글이 유용하지 않으세요? LSL Wiki의 관련항목이 도움을 줄 수 있을 지도 모릅니다.