Files
sourcemod/extensions
peace-maker 54fd778830 DHooks: Fix changing of byref vector parameters (#1772)
We always created a new vector object instead of changing the passed in vector directly. This works for the function being called using our changed values - but the caller doesn't see the changed values if it's passing a vector by reference.

Only create a new vector if there isn't one being passed in and set the values directly in the passed in vector otherwise.
2022-06-24 10:00:01 -04:00
..
2021-12-13 10:00:42 -05:00
2020-08-18 23:09:43 -07:00
2020-08-18 23:09:43 -07:00
2020-08-24 20:48:57 -07:00
2020-08-18 23:09:43 -07:00
2020-08-18 23:09:43 -07:00