self:is_remote
Client
Checks whether the instance is remotely owned
Syntax
local result = self:is_remote()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if the instance is remotely owned, false otherwise |
Examples
local entity = model.create("character")
engine.print("info", entity:is_remote())