Skip to content

lulzmodder/hnp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

hnp

hash name provider, provides fast and efficient result

##example

void hnp()
{
    std::string name;
    GET_PROP_NAME(540021153, name); //hash for "v_prop_floatcandle"; you can convert the hash to string using, to_string function
    printf("Hash Name: %s", name.c_str()); //will generate an output as, "v_prop_floatcandle"
}

About

hash name provider, provides fast and efficient result

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages