Node.getUserData

Retrieves the object associated to a key on a this node. The object must first have been set to this node by calling setUserData with the same key.

interface Node
@trusted
getUserData
(
string key
)

Meta