get_name
Description:
public unowned string get_name ()
Retrieves the name set using set_name
Parameters:
Returns:
the name of the ActorMeta instance, or null if none was
set. The returned string is owned by the ActorMeta instance and it
should not be modified or freed
|