You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed with @mharis001 on ace slack.
Add events when deep copying and pasting objects.
Params should be at least _copiedObject for deep copy event and _copiedObject, _newObject for deep paste.
This could also possibly close #645, as mission makers could use event handlers to copy the variables themselves.
The text was updated successfully, but these errors were encountered:
Maybe an event at the start and end of each would be good.
My use case is that I want to reapply scripted unit loadouts that have randomization in them. This would allow me to reroll the randomization, instead of having units be a carbon copy of the original.
An event at the start could set flags for what information is to be copied, or pasted.
This would avoid, for example, having to network sync the loadout twice if it gets updated by a paste event handler
As discussed with @mharis001 on ace slack.
Add events when deep copying and pasting objects.
Params should be at least
_copiedObject
for deep copy event and_copiedObject, _newObject
for deep paste.This could also possibly close #645, as mission makers could use event handlers to copy the variables themselves.
The text was updated successfully, but these errors were encountered: