1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| #!/usr/bin/python
| # -*- coding: GBK -*-
|
| ##@package Reload
| # ÖØÐ¼ÓÔØpy
| #
| # @author Administrator
| # @date 2010-4-28
| # @version 1.0
| #
| # ÐÞ¸Äʱ¼ä ÐÞ¸ÄÈË ÐÞ¸ÄÄÚÈÝ
| # VER = "2010-05-12 18:30" zhengyang Ìí¼Ó×¢ÊÍ
| #
| # Ä£¿éÏêϸ˵Ã÷
| #×÷ÕߣºAdministrator
| import IPY_GameWorld
| import GameWorld
|
| #
| #2008-9-8 ÏÂÎç06:19:12
| ## Ö´ÐÐÈë¿Ú
| # @param
| # @return None
| # @remarks º¯ÊýÏêϸ˵Ã÷.
| def OnExec(playerList):
| script = IPY_GameWorld.IPY_Script()
| script.RefreshScript()
| return
|
|