_SET_GHOSTED_ENTITY_ALPHA
DocsSetGhostedEntityAlpha(alpha)Description
Sets the alpha value used by <code>_SET_LOCAL_PLAYER_AS_GHOST</code>, <code>SET_NETWORK_VEHICLE_AS_GHOST</code>, and <code>_NETWORK_SET_ENTITY_GHOSTED_WITH_OWNER</code>.
'Solidness' cannot be achieved using 255 - this will have the opposite effect of it defaulting to 128 it seems (or just having no effect at all).
Parameters
| Name | Type | Description |
|---|---|---|
alpha | int | A value between 1 and 254. Default: 128 |
Returns
voidThis native does not return a value.