OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class RustPlayerAsset

Inheritance
System.Object
RustPlayerAsset
Implements
IEntityAsset
Namespace: OpenMod.Rust.Players
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerAsset : object, IEntityAsset

Constructors

| Improve this Doc View Source

RustPlayerAsset(BasePlayer)

Declaration
public RustPlayerAsset(BasePlayer entity)
Parameters
Type Name Description
BasePlayer entity

Properties

| Improve this Doc View Source

Entity

Declaration
public BaseEntity Entity { get; }
Property Value
Type Description
BaseEntity
| Improve this Doc View Source

EntityAssetId

Declaration
public string EntityAssetId { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

EntityType

Declaration
public string EntityType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Implements

IEntityAsset

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)