table 
Vars | |
can_be_flipped | Can this table be flipped? |
---|---|
Procs | |
actual_flip | Used for determine the proc of subsequent flipping/unflipping. |
check_cover | Determines whether a projectile crossing our turf should be stopped. Return FALSE to stop the projectile. |
flip_check | Used to determine whether the table can be flipped over. |
Var Details
can_be_flipped 
Can this table be flipped?
Proc Details
actual_flip
Used for determine the proc of subsequent flipping/unflipping.
check_cover
Determines whether a projectile crossing our turf should be stopped. Return FALSE to stop the projectile.
Arguments:
- P - The projectile trying to cross.
flip_check
Used to determine whether the table can be flipped over.