BGE Epydocs were missing some functions

renamed KX_Light -> KX_LightObject
added some missing controllers
This commit is contained in:
2009-04-06 13:13:25 +00:00
parent 64fe09ab20
commit 960fa534b7
18 changed files with 253 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $
# Documentation for SCA_NORController
from SCA_IController import *
class SCA_NORController(SCA_IController):
"""
An NOR controller activates only when all linked sensors are de-activated.
There are no special python methods for this controller.
"""