IsKiller

From the Fallout3 GECK Wiki
Revision as of 09:24, 23 December 2008 by imported>Cipscis (Fixed style of "syntax" section, made example different from syntax and added explanation)
Jump to navigation Jump to search

Description

*IsKiller Test to see if an actor was killed by another actor. It is called on a reference - the dead actor and takes one parameter - the actor being queried as the possible killer.

Syntax

ActorREF.IsKiller ActorRef

Examples

player.IsKiller BuddyRef

Returns a value of "1" if BuddyRef was killed by the player

Notes

  • None at this time


See Also

Reference

None provided.