IFreezable Interface

RAGE Plugin Hook Documentation

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

Represents an object that can be frozen. Frozen objects will not be processed by the physics engine.

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

public interface IFreezable

The IFreezable type exposes the following members.

Properties

  NameDescription
Public propertyIsFrozen
Gets or sets a value indicating whether this instance is frozen. Frozen instances will not be processed by the physics engine.
Top
See Also

Reference