Changes between Version 4 and Version 5 of documentation/tutorials/PythonEventSystem

Show
Ignore:
Author:
lloydw (IP: 202.68.89.228)
Timestamp:
01/09/08 11:28:35 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tutorials/PythonEventSystem

    v4 v5  
    232232== Step 6: Python Data Formatters == 
    233233 
    234 We're still using C++ data formatters, these can be moved into python for simplicity. 
     234We're still using C++ data formatters for the high scores, these can be moved into python for simplicity. 
     235 
     236Here's my name formatter: 
    235237{{{ 
    236238class NameDataFormatter(rocket.DataFormatter):