Interface IWorldObject
Inherited Members
AltV.Net.Shared.Elements.Entities.ISharedBaseObject.SetMetaData(Dictionary<, >)
Assembly: AltV.Net.dll
Syntax
public interface IWorldObject : ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Methods
|
Improve this Doc
View Source
GetPosition()
Declaration
(float X, float Y, float Z) GetPosition()
Returns
Type |
Description |
System.ValueTuple<System.Single, System.Single, System.Single> |
|
|
Improve this Doc
View Source
SetPosition(Single, Single, Single)
Declaration
void SetPosition(float x, float y, float z)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
System.Single |
z |
|
|
Improve this Doc
View Source
SetPosition((Single X, Single Y, Single Z))
Declaration
void SetPosition((float X, float Y, float Z) position)
Parameters
Type |
Name |
Description |
System.ValueTuple<System.Single, System.Single, System.Single> |
position |
|
Extension Methods