Yogstation 13 - Modules - TypesVar Details

/datum/component/blocking

Vars

active_clientThe client attached to the mob that is currently holding the item.
active_mobThe mob that is currently holding the item.
active_slowdownSlowdown while actively blocking.
block_flagsWhat type of attacks this can block, among other things.
block_forceHow much damage this can block without penalty.
blockingWhether blocking is currently active.
consecutive_blocksNumber of consecutive blocks.
last_blockThe last time this item has blocked or attempted to block.
last_mousedownThe last time the mouse was held down.
mouse_paramsCurrent mouse parameters, used to make the user face the direction they're blocking.

Var Details

active_client

The client attached to the mob that is currently holding the item.

active_mob

The mob that is currently holding the item.

active_slowdown

Slowdown while actively blocking.

block_flags

What type of attacks this can block, among other things.

block_force

How much damage this can block without penalty.

blocking

Whether blocking is currently active.

consecutive_blocks

Number of consecutive blocks.

last_block

The last time this item has blocked or attempted to block.

last_mousedown

The last time the mouse was held down.

mouse_params

Current mouse parameters, used to make the user face the direction they're blocking.