/tg/ Station 13 - Modules - TypesVar Details - Proc Details

cogbar

Cogbar

Represents that the user is busy doing something.

Vars

blankThe blank image that overlaps the cog - hides it from the source user
cogThe visible element to other players
offset_yThe offset of the icon
userWho's doing the thing
user_clientThe user client

Procs

add_cog_to_userAdds the cog to the user, visible by other players
on_user_deleteWhen the user is deleted, remove the cog
removeRemoves 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