21 lines
265 B
Markdown
21 lines
265 B
Markdown
# 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.
|