client-functions
title: Client-side functions in C# weight: 10
There's a few ways to easily tell what functions exist in C# pending manual documentation:
- You can use Visual Studio's IntelliSense functionality to view most functions, or use the 'class browser' feature to view the public-exposed API.
- On the client, many APIs are similar to GTAV's ScriptHookV.NET API.
- Natives exist in
CitizenFX.Core.Native.API, check the native reference to find out more.
title: Client-side functions in C# weight: 10
There's a few ways to easily tell what functions exist in C# pending manual documentation:
- You can use Visual Studio's IntelliSense functionality to view most functions, or use the 'class browser' feature to view the public-exposed API.
- On the client, many APIs are similar to GTAV's ScriptHookV.NET API.
- Natives exist in
CitizenFX.Core.Native.API, check the native reference to find out more.