SetEntityVelocity

From RAGE Multiplayer Wiki

Sets the velocity for the given entity.


C# Syntax

void NAPI.Entity.SetEntityVelocity(NetHandle netHandle, Vector3 newVelocity);

Parameters

  • netHandle: parameter input should be in NetHandle type
  • newVelocity: parameter input should be in Vector3 type


Example

// Code here...