Перейти к содержанию

SetEntityDimension

Материал из RAGE MP Wiki Archive
Версия от 09:14, 30 ноября 2019; imported>Xabi (Created page with "Sets the dimension for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.SetEntityDimension(NetHandle entity, u...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Sets the dimension for the given entity.


<syntaxhighlight lang="csharp">void NAPI.Entity.SetEntityDimension(NetHandle entity, uint dimension);</syntaxhighlight>

Parameters

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


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>