Interface ISharedColShape
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedColShape : ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
ColShapeNativePointer
Declaration
IntPtr ColShapeNativePointer { get; }
Property Value
Methods
|
Improve this Doc
View Source
IsEntityIdIn(UInt32)
Declaration
bool IsEntityIdIn(uint id)
Parameters
Type |
Name |
Description |
System.UInt32 |
id |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEntityIn(ISharedEntity)
Returns if the entity is inside the ColShape
Declaration
bool IsEntityIn(ISharedEntity entity)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Exceptions
|
Improve this Doc
View Source
IsPointIn(Vector3)
Returns if the point is inside the ColShape
Declaration
bool IsPointIn(Vector3 point)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
point |
The point
|
Returns
Type |
Description |
System.Boolean |
|