IsKiller
Revision as of 09:24, 23 December 2008 by imported>Cipscis (Fixed style of "syntax" section, made example different from syntax and added explanation)
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.