|
Crossfire Server, Trunk
1.75.0
|
Functions | |
| def | GetObjectByName (Map, X, Y, Name) |
Variables | |
| Arch = None | |
| Area = Width*Height | |
| Height = int(StopXY[1])-int(StartXY[1]) | |
| Name | |
| Params = Crossfire.ScriptParameters() | |
| Quantity | |
| StartXY = Params.split(":")[0].split(',') | |
| StopXY = Params.split(":")[1].split(',') | |
| t = whoami.Map.ObjectAt(i,a) | |
| TmpArch = Arch.Split(1) | |
| Value | |
| whoami = Crossfire.WhoAmI() | |
| Width = int(StopXY[0])-int(StartXY[0]) | |
| XRange = range(int(StartXY[0]),int(StopXY[0])) | |
| YRange = range(int(StartXY[1]),int(StopXY[1])) | |