Перейти к содержанию

Clientside CSharp FAQ

Материал из RAGE MP Wiki Archive
Версия от 08:58, 13 мая 2019; imported>RoboN1X (oops wrong dll file name)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)


Can I reference DLLs

No you cannot. The cs_packages folder will only compile .cs files

However, you may reference client rage-sharp.dll (in dotnet folder) to get auto completion and error-checking in Visual Studio/Code. Even if you get warnings, you will not compile the C# project anyway, you can still just save the .cs files.


Is it possible to use RAGE serverside JS with clientside C#

Yes