SaveNode
SaveNode
Writes node data to a file.
bool SaveNode(
int file_handle // handle
)Parameters
- file_handle
[in] Handle of a binary file that was earlier opened for writing.
Return Value
true - success, otherwise false.
Last updated on