Added SetActorShapeEx()

This commit is contained in:
n00b87
2025-10-12 00:21:34 -05:00
parent 3fa3dbb4e3
commit 8f7fd7d453
11 changed files with 729 additions and 667 deletions

View File

@@ -60,3 +60,4 @@ sub SetActorSleepState(actor, state)
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)