1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source/Misc
Rasikh Qadeer | DizzasTeR 59ced74cf8 - GetWeaponSlot
- A very useful function that sqmod can provide instead of manually being added
2019-06-02 14:44:37 +05:00
..
Areas.cpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Areas.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Broadcast.cpp Massive code reduction in the binding utility by using variadic templates. 2018-07-30 00:58:27 +03:00
Command.cpp Various minor changes and fixes that were not pushed to the repository. Just random stuff. 2019-01-29 18:44:55 +02:00
Command.hpp Don't use constant StackStrF arguments anymore. 2018-10-23 22:29:06 +03:00
Constants.cpp Update Constants.cpp 2019-06-02 14:12:18 +05:00
Exports.cpp Export newly added Squirrel functions. Fix function definition with different name than declaration. 2019-04-30 22:28:23 +03:00
Functions.cpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Functions.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Model.cpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Model.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Player.cpp Supress some fall through warnings in GCC with markers. Later to be updated to attributes and include support for more compilers. 2019-05-24 22:17:24 +03:00
Player.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Register.cpp - GetWeaponSlot 2019-06-02 14:44:37 +05:00
Routine.cpp Allow chaining in routines. 2019-06-01 22:49:24 +03:00
Routine.hpp Allow chaining in routines. 2019-06-01 22:49:24 +03:00
Signal.cpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Signal.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Tasks.cpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Tasks.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Vehicle.cpp Missed return for SQMOD_VEHICLE_PIZZABOY in vehicle identification (reported by @Xmair). 2019-05-07 17:49:13 +03:00
Vehicle.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Weapon.cpp - GetWeaponSlot 2019-06-02 14:44:37 +05:00
Weapon.hpp - GetWeaponSlot 2019-06-02 14:44:37 +05:00