Implement llGetLinkNumberOfSides
git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@32 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
parent
0fcd6fa068
commit
3130f03c72
1 changed files with 7 additions and 0 deletions
|
@ -3108,6 +3108,13 @@ namespace LSLEditor
|
||||||
return new list();
|
return new list();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public integer llGetLinkNumberOfSides(integer link)
|
||||||
|
{
|
||||||
|
integer result = 6;
|
||||||
|
Verbose("GetLinkNumberOfSides()={" + link + "}", result);
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
public vector llGetRootPosition()
|
public vector llGetRootPosition()
|
||||||
{
|
{
|
||||||
Verbose("GetRootPosition()");
|
Verbose("GetRootPosition()");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue