Class Checkpoint
Inheritance
System.Object
Checkpoint
Inherited Members
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.Client.dll
Syntax
public class Checkpoint : ColShape, IInternalBaseObject, IColShape, ICheckpoint, ISharedCheckpoint, ISharedColShape, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
Checkpoint(ICore, CheckpointType, Vector3, Vector3, Single, Single, Rgba, Rgba, UInt32)
Declaration
public Checkpoint(ICore core, CheckpointType type, Vector3 pos, Vector3 nextPos, float radius, float height, Rgba color, Rgba iconColor, uint streamingDistance)
Parameters
Type |
Name |
Description |
ICore |
core |
|
CheckpointType |
type |
|
System.Numerics.Vector3 |
pos |
|
System.Numerics.Vector3 |
nextPos |
|
System.Single |
radius |
|
System.Single |
height |
|
Rgba |
color |
|
Rgba |
iconColor |
|
System.UInt32 |
streamingDistance |
|
|
Improve this Doc
View Source
Checkpoint(ICore, IntPtr, UInt32)
Declaration
public Checkpoint(ICore core, IntPtr nativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
nativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
CheckpointNativePointer
Declaration
public IntPtr CheckpointNativePointer { get; }
Property Value
|
Improve this Doc
View Source
CheckpointType
Declaration
public byte CheckpointType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Color
Declaration
public Rgba Color { get; set; }
Property Value
|
Improve this Doc
View Source
GameId
Declaration
public uint GameId { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Height
Declaration
public float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
IsStreamedIn
Declaration
public bool IsStreamedIn { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
NextPosition
Declaration
public Position NextPosition { get; set; }
Property Value
|
Improve this Doc
View Source
Radius
Declaration
public float Radius { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StreamingDistance
Declaration
public uint StreamingDistance { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements