Class RustPlayerAsset
Inheritance
System.Object
RustPlayerAsset
Implements
Namespace: OpenMod.Rust.Players
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerAsset : object, IEntityAsset
Constructors
| Improve this Doc View SourceRustPlayerAsset(BasePlayer)
Declaration
public RustPlayerAsset(BasePlayer entity)
Parameters
Type | Name | Description |
---|---|---|
BasePlayer | entity |
Properties
| Improve this Doc View SourceEntity
Declaration
public BaseEntity Entity { get; }
Property Value
Type | Description |
---|---|
BaseEntity |
EntityAssetId
Declaration
public string EntityAssetId { get; }
Property Value
Type | Description |
---|---|
System.String |
EntityType
Declaration
public string EntityType { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |