Class BaseObject
Inheritance
System.Object
BaseObject
Inherited Members
AltV.Net.Shared.Elements.Entities.SharedBaseObject.SetMetaData(Dictionary<, >)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.dll
Syntax
public abstract class BaseObject : SharedBaseObject, IBaseObject, ISharedBaseObject, INative, IInternalBaseObject
Constructors
|
Improve this Doc
View Source
BaseObject(ICore, IntPtr, BaseObjectType, UInt32)
Declaration
protected BaseObject(ICore core, IntPtr nativePointer, BaseObjectType type, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
System.IntPtr |
nativePointer |
|
BaseObjectType |
type |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
BaseObjectNativePointer
Declaration
public override IntPtr BaseObjectNativePointer { get; protected set; }
Property Value
Type |
Description |
System.IntPtr |
|
Overrides
|
Improve this Doc
View Source
Core
Declaration
public override ICore Core { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Id
Declaration
public override uint Id { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Overrides
|
Improve this Doc
View Source
Type
Declaration
public override BaseObjectType Type { get; }
Property Value
Type |
Description |
BaseObjectType |
|
Overrides
Methods
|
Improve this Doc
View Source
CheckIfCallIsValid()
Declaration
public override void CheckIfCallIsValid()
Overrides
|
Improve this Doc
View Source
CheckIfEntityExists()
Declaration
public override void CheckIfEntityExists()
Overrides
|
Improve this Doc
View Source
Declaration
[Obsolete]
public void DeleteSyncedMetaData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
|
Improve this Doc
View Source
Declaration
[Obsolete]
public void SetSyncedMetaData(Dictionary<string, object> metaData)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
metaData |
|
|
Improve this Doc
View Source
Declaration
[Obsolete]
public void SetSyncedMetaData(string key, in MValueConst value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
MValueConst |
value |
|
|
Improve this Doc
View Source
Declaration
[Obsolete]
public void SetSyncedMetaData(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Implements