Interface ISharedCheckpoint
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedCheckpoint : ISharedColShape, ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
CheckpointNativePointer
Declaration
IntPtr CheckpointNativePointer { get; }
Property Value
|
Improve this Doc
View Source
CheckpointType
Gets or sets the checkpoint type
Declaration
byte CheckpointType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Color
Gets or sets the color in Rgba format
Declaration
Property Value
|
Improve this Doc
View Source
Height
Declaration
float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
NextPosition
Sets or gets the next checkpoint position
Declaration
Position NextPosition { get; set; }
Property Value
|
Improve this Doc
View Source
Radius
Declaration
float Radius { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StreamingDistance
Declaration
uint StreamingDistance { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Visible
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|