SetObjectIsDestroyable
From NWN Lexicon
Jump to navigationJump to searchSetObjectIsDestroyable(object, int, int, int)
Convenience function to set an object to be destroyable.
Parameters
oVictim
The object whose destroyable status you want to set.
bCanDestroy
If this is FALSE, the caller does not fade out on death, but sticks around as a corpse.
bCanRaise
If this is TRUE, the caller can be raised via resurrection. (Default: TRUE)
bCanSelect
If this is TRUE, the caller is selectable after death. (Default: FALSE)
Description
Convenience function to set an object to be destroyable.
Remarks
Uses SetIsDestroyable , adding to their queue.
Requirements
#include " x0_i0_corpses "
Version
???
See Also
functions: |
authors: Mistress, Tom Cassiotis