PRIM POS LOCAL: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
m Undo revision 1152528 by Draconis Neurocam (Talk) facetable is used on llGetLinkPrimitiveParams
Strife Onizuka (talk | contribs)
mNo edit summary
Line 16: Line 16:
}}
}}
{{LSL Constant
{{LSL Constant
|inject-2={{LSL PrimitiveParam Categorize|Prim}}
|name=PRIM_POS_LOCAL
|name=PRIM_POS_LOCAL
|type=integer
|type=integer
Line 49: Line 50:
<!--{{LSL DefineRow||[[changed]]|}}-->
<!--{{LSL DefineRow||[[changed]]|}}-->
|location
|location
|cat1=Prim
|cat1
|cat2=Movement
|cat2=Movement
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 22:18, 1 July 2012

Description

Constant: integer PRIM_POS_LOCAL = 33;

The integer constant PRIM_POS_LOCAL has the value 33

PRIM_POS_LOCAL is used to get or set the prim's local position.

llSetPrimitiveParams

llSetPrimitiveParams([ PRIM_POS_LOCAL, vector position ]);
• vector position position in local coordinates.

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_POS_LOCAL ]);

Returns the list [ vector position ]

• vector position position in local coordinates.

Caveats


Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_POS_LOCAL = 33;