t3du - Fix Desc

This commit is contained in:
Onek8 2025-05-28 22:08:06 +00:00
parent 634aaa0b6a
commit 15bcf4a374

View File

@ -5,8 +5,6 @@ class WriteFileNode(LnxLogicTreeNode):
"""Writes the given string content to the given file. If the file """Writes the given string content to the given file. If the file
already exists, the existing content of the file is overwritten. already exists, the existing content of the file is overwritten.
> **This node is currently only implemented on Krom**
@input File: the name of the file, relative to `Krom.getFilesLocation()` @input File: the name of the file, relative to `Krom.getFilesLocation()`
@input Content: the content to write to the file. @input Content: the content to write to the file.