FutureProg functions
clearbodybackup
Overload 1
clearbodybackup overload 1
Boolean clearbodybackup(Character character)
Available in
- computer function
- computer program
- standard futureprog
Clears all prog-created death backups from a character.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character whose prog-created backups should be cleared |
Overload 2
clearbodybackup overload 2
Boolean clearbodybackup(Character character, Number form)
Available in
- computer function
- computer program
- standard futureprog
Clears a prog-created death backup for a specific form.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character who owns the backup |
form |
Number |
The form alias or body id |
Overload 3
clearbodybackup overload 3
Boolean clearbodybackup(Character character, Text form)
Available in
- computer function
- computer program
- standard futureprog
Clears a prog-created death backup for a specific form.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character who owns the backup |
form |
Text |
The form alias or body id |