conjure_item ![code/modules/spells/spell_types/conjure_item/_conjure_item.dm 1](git.png)
Vars | |
delete_old | If TRUE, we delete any previously created items when we cast the spell |
---|---|
delete_on_failure | If TRUE, deletes the item if no mob picks it up on cast |
item_refs | List of weakrefs to items summoned |
item_type | Typepath of whatever item we summon |
requires_hands | If TRUE, requires the caster be able to pick it up afterwards |
Procs | |
make_item | Instantiates the item we're conjuring and returns it. Item is made in at the caster's. |
post_created | Called after item has been handed to the caster, for any additional presentation |
Var Details
delete_old ![code/modules/spells/spell_types/conjure_item/_conjure_item.dm 8](git.png)
If TRUE, we delete any previously created items when we cast the spell
delete_on_failure ![code/modules/spells/spell_types/conjure_item/_conjure_item.dm 12](git.png)
If TRUE, deletes the item if no mob picks it up on cast
item_refs ![code/modules/spells/spell_types/conjure_item/_conjure_item.dm 10](git.png)
List of weakrefs to items summoned
item_type ![code/modules/spells/spell_types/conjure_item/_conjure_item.dm 6](git.png)
Typepath of whatever item we summon
requires_hands ![code/modules/spells/spell_types/conjure_item/_conjure_item.dm 14](git.png)
If TRUE, requires the caster be able to pick it up afterwards
Proc Details
make_item
Instantiates the item we're conjuring and returns it. Item is made in at the caster's.
post_created
Called after item has been handed to the caster, for any additional presentation