Difference between revisions of "LlGetGroup"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Should return the group associated with the object the running script is part of, or NULL_KEY if no group is associated with the object.
Should return the group associated with the object the running script is part of, or NULL_KEY if no group is associated with the object.
Use this instead [[llGetObjectDetails]]( key id, OBJECT_GROUP );


[[LSL Useful Function WishList]]
[[LSL Useful Function WishList]]

Revision as of 08:56, 10 July 2008

Should return the group associated with the object the running script is part of, or NULL_KEY if no group is associated with the object.

Use this instead llGetObjectDetails( key id, OBJECT_GROUP );

LSL Useful Function WishList