/datum/component/blocking
Vars | |
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. |
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. |
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.
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.