AttackCompletedEventArgsToString Method |
Provides a string representation of this class for debugging
purposes. Gives a count of damage inflicted, and whether
or not the creature was killed or escaped.
Namespace: Terrarium.Sdk.Classes.Creature.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
String
System.String representing the contents of this class.
See Also