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