t3du - Fix Desc

This commit is contained in:
Onek8 2025-05-28 22:07:49 +00:00
parent 69fc090f55
commit 634aaa0b6a

View File

@ -5,8 +5,6 @@ class WriteJsonNode(LnxLogicTreeNode):
"""Writes the given content to the given JSON file. If the file """Writes the given content to the given JSON 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()`,
including the file extension. including the file extension.
@input Dynamic: the content to write to the file. Can be any type that can @input Dynamic: the content to write to the file. Can be any type that can