From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Always Sensor

Always sensor

The Always sensor is used for things that need to be done every logic tick, or at every x logic tick (with non-null f), or at start-up (with Tap).

See Sensor Common Options for common options.

This sensor doesn’t have any special options.

Blender3D FreeTip.gif
Pulse every frame

Remember that the BGE Sensor Level True Button.png button must be pressed to obtain a pulse on every logic tick.