Skip to content
master
Switch branches/tags
GTAVDashHook/Examples/
GTAVDashHook/Examples/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Examples

Some examples to get started with the library.

DH_Example.cs

DH_Example.cs is a C# example of how to load the library and call its functions, and use it in a ScriptHookV.NET script.

DH_Example.cpp

DH_Example.cpp is a C++ example of how to dynamically load the library and call its functions, and use it in a ScriptHookV script.