SetEntityDimension

From RAGE Multiplayer Wiki

Sets the dimension for the given entity.


C# Syntax

void NAPI.Entity.SetEntityDimension(NetHandle entity, uint dimension);

Parameters

  • entity: parameter input should be in NetHandle type
  • dimension: parameter input should be in uint type


Example

// Code here...