Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Alchemist
Original Poster
#1 Old 2nd Nov 2020 at 3:38 AM
Default How can I see what's in a GLOB?
I can see that a new object I'm making uses the Rug globals, for example. It's in the GLOB, and I cloned it from a rug, so no surprise, but how can I view what is inside a GLOB, what it's doing for the package? And how can I tell if an object is actually using it?
Advertisement
Scholar
#2 Old 2nd Nov 2020 at 1:47 PM
Look in the Object Functions (OBJF), rugs in particular don't usually have any behaves but use the semi-globals as defined in the GLOB. Items that have a GLOB can use the semi-globals for constants, pie menus, behaves, text lists etc. and removing it normally requires adding a lot more resources from the semi-globals than you could save by removing it.

To view what's actually in the semi-globals the GLOB will show the semi-global group as Group:, you'll need to open the objects.package to that group.
Instructor
#3 Old 5th Nov 2020 at 7:21 PM
There's another way if you want to see only a specific BHAV semi global.
When you're viewing your BHAV, click on the node that is gloal (2000 & further). Then on the right side, you'll see the opcode of this BHAV Global, click on the "view BHAV" (it will open the BHAV)

I believe in the "Thanks" button and its amazing powers !!!
Back to top