Skip to content
Jigwright
HullForge docs

Remove Data Table Row

Remove a row. Every Data Table Row Handle naming it now resolves to NOTHING at runtime, silently, and there is no way to find those handles from here.

hf_remove_data_table_rowWriteDestructive

Arguments

NameTypeDescription
data_tablereqstring
rowreqstring
accept_broken_handlesboolean
= false
Required. Every Data Table Row Handle pointing at this row resolves to a default-constructed row afterwards, which is zeroes rather than 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.