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

GetEntityTransparency

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

Gets the transparency for the given entity.


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

Parameters

  • entity: parameter input should be in NetHandle type


Example

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