Interface IBaseObject
Inherited Members
AltV.Net.Shared.Elements.Entities.ISharedBaseObject.SetMetaData(Dictionary<, >)
Namespace: AltV.Net.Elements.Entities
Assembly: AltV.Net.dll
Syntax
public interface IBaseObject : ISharedBaseObject, INative
Properties
| Improve this Doc View SourceCore
Declaration
ICore Core { get; }
Property Value
Type | Description |
---|---|
ICore |
Methods
| Improve this Doc View SourceDeleteSyncedMetaData(String)
Deletes synced meta data from an entity.
Declaration
[Obsolete]
void DeleteSyncedMetaData(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Remarks
Synced meta data is accessible across different serverside resources and across all clients.
SetSyncedMetaData(Dictionary<String, Object>)
Declaration
[Obsolete]
void SetSyncedMetaData(Dictionary<string, object> metaData)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | metaData |
SetSyncedMetaData(String, in MValueConst)
Sets the synced meta data of an entity.
Declaration
[Obsolete]
void SetSyncedMetaData(string key, in MValueConst value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
MValueConst | value |
Remarks
Synced meta data is accessible across different serverside resources and across all clients.
SetSyncedMetaData(String, Object)
Set synced meta data of the entity.
Declaration
[Obsolete]
void SetSyncedMetaData(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object | value |
Remarks
Synced meta data is accessible across different serverside resources and across all clients.
Exceptions
Type | Condition |
---|---|
EntityRemovedException | This entity was removed |