[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "CanCorpseCheck"
Jump to navigation
Jump to search
imported>Haama (Created) |
imported>Haama (Added SetCorpseCheck link) |
||
Line 5: | Line 5: | ||
(canCoprseCheck:bool) ''reference''.CanCorpseCheck ''actor:ref'' | (canCoprseCheck:bool) ''reference''.CanCorpseCheck ''actor:ref'' | ||
Returns 1 if the Can Corpse Check flag is set on the actor. | Returns 1 if the Can Corpse Check flag is set on the actor. | ||
==See Also== | |||
*[[SetCorpseCheck]] | |||
[[Category: Functions]] | [[Category: Functions]] |
Revision as of 21:04, 12 January 2008
Beta Function
This function has not been fully tested yet, and is not ready to be used in a released mod. It may not have the same function in later versions, may require the script to be recompiled, or simply may be removed. Use for testing purposes only until the author of the function says otherwise.
A command for Oblivion Script Extender
Syntax:
(canCoprseCheck:bool) reference.CanCorpseCheck actor:ref
Returns 1 if the Can Corpse Check flag is set on the actor.