cns_getNodeTypeDisplayName

Returns the display name of the given node type.

Synopsis

langString cns_getNodeTypeDisplayName(sTypeName);

Parameters

Parameter Description
sTypeName ID of the node type

Return value

Returns the multilingual display name of the node type

Errors

-

Description

This function returns the multilingual display name of the given node type.

main()
{
  langString name;
  name = cns_getNodeTypeDisplayName("myNodeType");
  DebugN(name);
}

Availability

UI, CTRL