Jump to content

[C#] Useful code snippets


Eraknelo

Recommended Posts

I thought I'd just make a topic where people can post useful snippets.

I think it's best to link to GitHub for these, I've created a collection of my own here.

These include (so far):

  • A helper for running NAPI methods from async functions
  • A helper for trailer attach/detach events, as they're a little broken atm.
  • Vehicle extensions
    • Get driver (Vehicle.Occupants is also broken for C# atm, this method is an alternative, at least for getting the driver)
    • Get model hash
    • Trailer is being trailered (Another thing that is a little broken is Vehicle.Trailer, this method returns a bool whether a trailer is being trailered or not)

I won't explain how to use these snippets in-depth, you should be able to implement them if you have experience with C#. Most are drop-in pieces of code.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...