Changes between Version 7 and Version 8 of Development/1.2/Plugin


Ignore:
Timestamp:
08/30/2009 11:11:44 PM (15 years ago)
Author:
andar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/1.2/Plugin

    v7 v8  
    123123 * enable() - This method is called when the plugin is enabled, either by the user or when the program starts. 
    124124 * disable() - This method is called when the plugin is disabled, either by the user or by exiting the program. 
    125  * update() - This method is called every second while the plugin is disabled. 
     125 * update() - This method is called every second while the plugin is enabled. 
    126126 
    127127You don't need to necessarily ''do'' anything in these methods, but you should at least define them and put a `pass` statement in.