Function GodotObject.get

Returns the Variant value of the given property. If the property doesn't exist, this will return null.

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