IAsset Interface

RAGE Plugin Hook Documentation

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

Represents a game asset. Game assets are blueprints that describe an object. For example, a weapon asset specifies what model a weapon will use, how fast it shoots, how many bullets it has, etc.

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

public interface IAsset

The IAsset type exposes the following members.

Properties

  NameDescription
Public propertyIsLoaded
Gets or sets a value indicating whether this asset has been loaded.
Top
Methods

  NameDescription
Public methodDismiss
Unloads this asset from memory.
Public methodLoad
Starts loading this asset into memory.
Public methodLoadAndWait
Starts loading this asset into memory and waits for it to finish loading.
Top
See Also

Reference