IDeletable Interface

RAGE Plugin Hook Documentation

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

Represents an object that can be deleted.

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

public interface IDeletable

The IDeletable type exposes the following members.

Methods

  NameDescription
Public methodDelete

Deletes this instance.

Any call to a non-existent instance is invalid and will cause an exception.

Top
See Also

Reference