Data.Util module

Data Utilities

Functions

duplicate(data_type, orig_name, new_name[, mining_result]) Quickly duplicate an existing prototype into a new one.

Functions

# duplicate(data_type, orig_name, new_name[, mining_result])

Quickly duplicate an existing prototype into a new one.

Parameters:
  • data_type : (string) The type of the object to duplicate
  • orig_name : (string) The name of the object to duplicate
  • new_name : (string) The new name to use.
  • mining_result : (string or boolean) If true set mining_result to new_name, if truthy set mining_result to value (optional)