Finished initial implementation of Vehicles

This commit is contained in:
n00b87
2026-02-20 14:59:57 -06:00
parent b0f09c3aae
commit d53f5c43f6
13 changed files with 887 additions and 831 deletions

View File

@@ -61,3 +61,4 @@ function CastRay3D( from_x, from_y, from_z, to_x, to_y, to_z )
function CastRay3D_All( from_x, from_y, from_z, to_x, to_y, to_z )
sub GetRayHit3D( index, ByRef actor_id, ByRef x, ByRef y, ByRef z, ByRef normal_x, ByRef normal_y, ByRef normal_z )
sub SetActorShapeEx( actor, shape_type, mass, radius)
Sub SetActorImpactMesh( actor, mesh, mass )