Function GodotObject._get

Virtual method which can be overridden to customize the return value of get. Returns the given property. Returns null if the property does not exist.

Variant _get (
  const(String) property
) nothrow @nogc;