wiremod / wirebox

Wire for S&Box. Early WIP.
MIT License
37 stars 8 forks source link

Defaults for WireOutputs, missing handlers, TriggerOutput only on value difference #23

Closed Gmod4phun closed 1 year ago

Gmod4phun commented 1 year ago

-- WireOutput now initializes default value types, just like WireInput -- Added string, vector3, angles and rotation register handlers -- Also dont trigger outputs if new value is the same as current value (so users can call triggeroutput in a Tick event and it only triggers when the value is actually different) -- String values are now surrounded by " " in the UI