WeaponNameToModel

From RAGE Multiplayer Wiki
Revision as of 08:50, 29 November 2019 by Xabi (talk | contribs) (Created page with "Gets the numeric hash from the Weapon's name. {{CSharpContainer| {{#tag:syntaxhighlight|bool {{Template:CSharp_Serverside_namespace}}Util.WeaponNameToModel(string modelName)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets the numeric hash from the Weapon's name.


C# Syntax

bool NAPI.Util.WeaponNameToModel(string modelName);

Parameters

  • modelName: The Weapon's model name.


Example

// Code here...