AttackedEventArgsToString Method |
Provides a string representation of this class for debugging
purposes. Prints the Attacker's GUID so you can identify
the creature being attacked using the property browser.
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