Kategorie: Objekte
Ab Engineversion: 5.1 OC
Name property, or if that doesn't exist or the true name was requested, the name of the constant in which it was defined.Name property.
static const Bee = { Buzz = func() {} };
func Poke(proplist animal) {
if (animal->GetName(true) == "Bee") animal->Buzz();
}