GmodDotNet icon indicating copy to clipboard operation
GmodDotNet copied to clipboard

[ENH] Remove unnecessary in modifiers for string parameters

Open GlebChili opened this issue 4 years ago • 0 comments

Description

Some of our method contracts in the ILua interface have in modifier for string parameters (like ILua.PushString). Such modifiers are unnecessary and were introduced by mistake on the early stages of development.

Solution

Remove in modifiers for string parameters.

GlebChili avatar Feb 26 '21 19:02 GlebChili