From the reference libraryFiveM

server-functions

fivem-docs/docs/scripting-reference/runtimes/csharp/server-functions.md

server-functions


title: Server-side functions in C# weight: 20

There's a few ways to easily tell what functions exist in C# pending manual documentation:

  1. You can use Visual Studio's IntelliSense functionality to view most functions, or use the 'class browser' feature to view the public-exposed API.
  2. Natives exist in CitizenFX.Core.Native.API, check the native reference to find out more. (do make sure to filter by server)

title: Server-side functions in C# weight: 20

There's a few ways to easily tell what functions exist in C# pending manual documentation:

  1. You can use Visual Studio's IntelliSense functionality to view most functions, or use the 'class browser' feature to view the public-exposed API.
  2. Natives exist in CitizenFX.Core.Native.API, check the native reference to find out more. (do make sure to filter by server)
Back to documentation