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

GetEntityDimension

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

Gets the dimension for the given entity.


<syntaxhighlight lang="csharp">uint NAPI.Entity.GetEntityDimension(NetHandle entity);</syntaxhighlight>

Parameters

  • entity: parameter input should be in NetHandle type


Example

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