Skip to content

Commit

Permalink
Updated C# runtime native reference documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
IConnC committed Apr 1, 2020
1 parent 27f379b commit 7994e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Expand Up @@ -9,6 +9,4 @@ There's a few ways to easily tell what functions exist in C# pending manual docu
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. On the client, many APIs are similar to GTA V's ScriptHookV.NET API.
3. Natives exist in `CitizenFX.Core.Native.API`, check the [native reference](native-reference) to find out more.

[native-reference]: https://runtime.fivem.net/doc/natives/
3. Natives exist in `CitizenFX.Core.Native.API`, check the [native reference](https://runtime.fivem.net/doc/natives/) to find out more.
Expand Up @@ -8,7 +8,5 @@ There's a few ways to easily tell what functions exist in C# pending manual docu

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](native-reference) to find out more.
(do make sure to filter by server)

[native-reference]: https://runtime.fivem.net/doc/natives/
2. Natives exist in `CitizenFX.Core.Native.API`, check the [native reference](https://runtime.fivem.net/doc/natives/) to find out more.
(do make sure to filter by server)

0 comments on commit 7994e7b

Please sign in to comment.