Skip to main content

NodeSetAsText

Function NodeSetAsText 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeSetAsText(node: NodePtr)
Expand description

§Safety

Set the node type of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeSetAsText(node);