_NETWORK_SET_OBJECT_FORCE_STATIC_BLEND
DocsNetworkSetObjectForceStaticBlend(object, enabled)Description
Sets whether or not an object (created using CREATE_OBJECT, or similar) should have its position/rotation synchronized,
even if it is a 'static' object (for example, having flag 32 - Static - set in its archetype definition).
This has to be called during the same frame the object is created/registered for network, as otherwise it may already
have a remote clone created.
Once a remote clone is created, changing this value will not have any effect on said clone.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | The object to set forced blending state for. |
enabled | BOOL | `true` to enable forced blending. |
Returns
voidThis native does not return a value.