cogbar 
Cogbar
Represents that the user is busy doing something.
Vars | |
| blank | The blank image that overlaps the cog - hides it from the source user |
|---|---|
| cog | The visible element to other players |
| offset_y | The offset of the icon |
| user | Who's doing the thing |
| user_client | The user client |
Procs | |
| add_cog_to_user | Adds the cog to the user, visible by other players |
| on_user_delete | When the user is deleted, remove the cog |
| remove | Removes the cog from the user |
Var Details
blank 
The blank image that overlaps the cog - hides it from the source user
cog 
The visible element to other players
offset_y 
The offset of the icon
user 
Who's doing the thing
user_client 
The user client
Proc Details
add_cog_to_user
Adds the cog to the user, visible by other players
on_user_delete
When the user is deleted, remove the cog
remove
Removes the cog from the user