mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
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. |
||
|---|---|---|
| .. | ||
| DynamicHooks | ||
| AMBuilder | ||
| dynhooks_sourcepawn.cpp | ||
| dynhooks_sourcepawn.h | ||
| extension.cpp | ||
| extension.h | ||
| listeners.cpp | ||
| listeners.h | ||
| natives.cpp | ||
| natives.h | ||
| sdk-hacks.h | ||
| signatures.cpp | ||
| signatures.h | ||
| smsdk_config.h | ||
| util.cpp | ||
| util.h | ||
| version.rc | ||
| vfunc_call.h | ||
| vhook.cpp | ||
| vhook.h | ||