WeaponAsset Structure

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Rage.WeaponAsset"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[SerializableAttribute]
public struct WeaponAsset : IHashedAsset

The WeaponAsset type exposes the following members.

Constructors

  NameDescription
Public methodWeaponAsset(String)
Initializes a new instance of the WeaponAsset class
Public methodWeaponAsset(UInt32)
Initializes a new instance of the WeaponAsset class
Top
Properties

  NameDescription
Public propertyHash
Gets the hash of this asset.
Public propertyIsLoaded
Public propertyIsValid
Top
Methods

  NameDescription
Public methodDismiss
Public methodLoad
Public methodLoadAndWait
Top
Operators

  NameDescription
Public operatorStatic member(String to WeaponAsset)
Public operatorStatic member(UInt32 to WeaponAsset)
Public operatorStatic member(WeaponAsset to UInt32)
Public operatorStatic member(WeaponAsset to Object)
Top
See Also

Reference