- Found in:
- Vanilla
Description
Documentation Comment
Evaulate if you're able to kill the akKiller
akKiller: The Actor or SpaceshipReference who is the guilty party in killing this one. If the type doesn't match, then the killer will be None.
(I.e. if this is called on an actor, the killer must also be an actor)
Returns true if this was called on an actor or spaceship and was killed.
Caveats
Parameters
ObjectReferenceakKiller
Examples
Auto-Generated Example
ObjectReference myObjectReference__akKiller
bool returnedValue = myObjectReference__toCallFunctionOn.TryToKill(myObjectReference__akKiller)