rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
66 stars 32 forks source link

Added Pascal Aliases #337

Closed Sampleeeee closed 3 years ago

Sampleeeee commented 4 years ago

I went through most files and added PascalCased aliases to all of the functions, this will match gmod's style better and allow people to choose between camelCase and PascalCase

TovarischPootis commented 3 years ago

All these commits are good to go. Simply adding new functions which are identical to the original ones, with camel/pascal cases nut.util.Include = nut.util.include (same as foo = "yes", bar = foo, bar == "yes" = true)

its-johnny commented 3 years ago

NutScript coding style is camelCase. However if some of you are ok adding this I will gladly merge it. Type in #general or somewhere else so I can see it.