home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / iria107a.lzh / script / ondestroy.ipy < prev    next >
Encoding:
Text File  |  2000-11-23  |  273 b   |  18 lines

  1.  
  2. #name=OnDestroy sample
  3. #version=0.0
  4. #author=
  5. #date=
  6. #comment=IriaÅIù╣Ä₧é╔î─é╬éΩé▄é╖
  7. #func=OnDestroy
  8. #category=main
  9. #param_comment=
  10.  
  11. from gaogaolib import *
  12.  
  13. def OnDestroy(param):
  14.     r'''IriaÅIù╣Ä₧î─é╬éΩé▄é╖'''
  15.     print r'''OnCreate Test'''
  16. #end OnDone
  17.  
  18.