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
TSUHelpers: add states:Replace() and states:Get() functions, + bug fixes
new functions:
states:Replace(key, newState) works like the Update function but set to nil fields missing in the new table
states:Get:(key, field?) returns a state table, or one of it's fields if the parameter "field" is set, returns nil if it doesn't exists
bug fixes:
recurseUpdate should copy content of new tables instead of it's address
don't copy the fields trigger & triggernum into allStates (this needs to be properly addressed)
0 commit comments