mmi
Vars | |
immobilize | Whether the brainmob can move. Doesnt usually matter but SPHERICAL POSIBRAINSSS |
---|---|
Procs | |
force_brain_into | Forces target brain into the MMI. Mainly intended for admin purposes, as this allows transfer without a mob or user. |
set_brainmob | Proc to hook behavior associated to the change in value of the [/obj/item/mmi/var/brainmob] variable. |
set_mecha | Proc to hook behavior associated to the change in value of the [obj/vehicle/sealed/var/mecha] variable. |
Var Details
immobilize
Whether the brainmob can move. Doesnt usually matter but SPHERICAL POSIBRAINSSS
Proc Details
force_brain_into
Forces target brain into the MMI. Mainly intended for admin purposes, as this allows transfer without a mob or user.
Returns FALSE on failure, TRUE on success.
Arguments:
- new_brain - Brain to be force-inserted into the MMI. Any calling code should handle proper removal of the brain from the mob, as this proc only forceMoves.
set_brainmob
Proc to hook behavior associated to the change in value of the [/obj/item/mmi/var/brainmob] variable.
set_mecha
Proc to hook behavior associated to the change in value of the [obj/vehicle/sealed/var/mecha] variable.