previous_body
A component that is given to a body when the soul inside is inhabiting a soulcatcher. this is mostly here so that the bodies of souls can be revived.
Vars | |
restore_mind | Do we want to try and restore the mind when this is destroyed? |
---|---|
soulcatcher_soul | What soulcatcher soul do we need to return to the body? |
Procs | |
Destroy | Attempts to destroy the component. If restore_mind is true, it will attempt to place the mind back inside of the body and delete the soulcatcher soul. |
scan_body | Attempts to scan the soul referenced in the soulcatcher_soul variable. Returns TRUE if the soul has been scanned, otherwise returns FALSE |
signal_destroy | Destroys the source component through a signal. mind_restored controls whether or not the mind will be grabbed upon deletion. |
Var Details
restore_mind
Do we want to try and restore the mind when this is destroyed?
soulcatcher_soul
What soulcatcher soul do we need to return to the body?
Proc Details
Destroy
Attempts to destroy the component. If restore_mind
is true, it will attempt to place the mind back inside of the body and delete the soulcatcher soul.
scan_body
Attempts to scan the soul referenced in the soulcatcher_soul
variable. Returns TRUE if the soul has been scanned, otherwise returns FALSE
signal_destroy
Destroys the source component through a signal. mind_restored
controls whether or not the mind will be grabbed upon deletion.