self:get_doppler_tracking
Client
Retrieves the camera's current doppler tracking mode
Syntax
local result = self:get_doppler_tracking()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
core.camera.doppler_tracking | result | Current doppler tracking mode of the camera |
Examples
local entity = core.camera.create()
core.engine.print("info", entity:get_doppler_tracking())