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

wheelchair

Vars

delay_multiplierRun speed delay is multiplied with this for vehicle move delay.
foldabletypeDetermines the typepath of what the object folds into
overlay_iconThis variable is used to specify which overlay icon is used for the wheelchair, ensures wheelchair can cover your legs

Procs

can_be_rotatedused for simple rotation component checks
can_user_rotateused in simple rotation component checks as to whether a user can rotate this chair
make_ridableI assign the ridable element in this so i don't have to fuss with hand wheelchairs and motor wheelchairs having different subtypes

Var Details

delay_multiplier

Run speed delay is multiplied with this for vehicle move delay.

foldabletype

Determines the typepath of what the object folds into

overlay_icon

This variable is used to specify which overlay icon is used for the wheelchair, ensures wheelchair can cover your legs

Proc Details

can_be_rotated

used for simple rotation component checks

can_user_rotate

used in simple rotation component checks as to whether a user can rotate this chair

make_ridable

I assign the ridable element in this so i don't have to fuss with hand wheelchairs and motor wheelchairs having different subtypes