GetEntityTransparency
Внешний вид
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>