in_puppet_get_name

Gets the name of a puppet.

version(IN_DYNLIB)
export extern (C) @nogc
const(char)*
in_puppet_get_name

Parameters

obj in_puppet_t*

The puppet object.

Return Value

Type: const(char)*

The name of the puppet as specified by its author.

Meta