Fix: Bespoke DCS elements use all requested args. (#26387)

This commit is contained in:
warriorstar-orion
2024-08-06 19:29:39 +00:00
committed by GitHub
parent 52327cea40
commit 78ef86989f
8 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
/// Causes the detach proc to be called when the host object is being deleted
#define ELEMENT_DETACH_ON_HOST_DESTROY (1 << 0)
/**
* Only elements created with the same arguments given after `id_arg_index` share an element instance
* Only elements created with the same arguments given after `argument_hash_start_idx` share an element instance
* The arguments are the same when the text and number values are the same and all other values have the same ref
*/
#define ELEMENT_BESPOKE (1 << 1)