Skip to content
Jigwright
HullForge docs

Rename Data Table Row

Rename a row key. The key is what every Data Table Row Handle stores, so this breaks all of them exactly as deleting the row would, and just as silently.

hf_rename_data_table_rowWrite

Arguments

NameTypeDescription
data_tablereqstring
new_namereqstring
rowreqstring
accept_broken_handlesboolean
= false
Required. A Data Table Row Handle stores the row NAME, so every handle pointing at the old one resolves to a default-constructed row afterwards, which is zeroes and not an error.
forceboolean
= false
Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first.

Nearby in Data assets:

All 25 tools in Data assets — 16 more not listed here.