This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/gameengine/PyDoc/SCA_XNORController.py
2009-04-13 19:33:22 +00:00

12 lines
282 B
Python

# $Id$
# Documentation for SCA_XNORController
from SCA_IController import *
class SCA_XNORController(SCA_IController):
"""
An XNOR controller activates when all linked sensors are the same (activated or inative).
There are no special python methods for this controller.
"""