Difference between revisions of "LlGetBoundingBox"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=277|func_sleep=0.0|func_energy=10.0|func=llGetBoundingBox|return_type=list|p1_type=key|p1_name=object|func_footnote=Returns the bounding box around an object (including any linked prims) relative to the root prim, in a list: [ (vector) min_corner, (vector) max_corner ]|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=277|func_sleep=0.0|func_energy=10.0
|func=llGetBoundingBox|return_type=list|p1_type=key|p1_name=object
|func_footnote=The bounding box is for the entire link set, not just the requested prim.
|func_desc
|return_text=that is the bounding box around an '''object''' relative to it's root prim, in the format: [ (vector) min_corner, (vector) max_corner ]
|spec
|caveats
|constants
|examples
|helpers
|also_functions
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index
|cat1
|cat2
|cat3
|cat4=Stub
}}

Revision as of 13:48, 9 February 2007