Local object command tables are now in. See game/gamesrc/parents/examples/red_button.py for example. Note that local command matches will override global matches. Command handler short circuits on the first command match. This will typically be the object with the lowest ID.

This commit is contained in:
Greg Taylor 2009-04-25 06:11:42 +00:00
parent 723cdab4aa
commit ffa03309fc
5 changed files with 40 additions and 13 deletions

View file

@ -82,6 +82,8 @@ You'll want to change the values below to reflect what you entered.
"""
# Make sure this is True in your settings.py.
IMC2_ENABLED = False
# While True, emit additional debugging info.
IMC2_DEBUG = False
# The hostname/ip address of your IMC2 server of choice.
IMC2_SERVER_ADDRESS = None
# The port to connect to on your IMC2 server.