AttackCompletedEventArgsKilled Property |
Provides information about the status of the target creature.
If the creature was killed by your attack then Killed will
bet set to True.
Namespace: Terrarium.Sdk.Classes.Creature.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool Killed { get; }
Public ReadOnly Property Killed As Boolean
Get
public:
property bool Killed {
bool get ();
}
member Killed : bool with get
Return Value
Type:
Boolean
True if the target creature was killed, False otherwise.
See Also