self:is_monitorable
Client
Checks whether the area can be detected by other monitoring areas
Syntax
local result = self:is_monitorable()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if the condition is met, false otherwise |
Examples
local entity = physics.area.create()
core.engine.print("info", "Area monitorable:", entity:is_monitorable())