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

GetEntityTransparency

Материал из RAGE MP Wiki Archive

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>