Crossfire Server, Trunk
Floor.py File Reference

Go to the source code of this file.

Namespaces

 Floor
 

Functions

def Floor.GetObjectByName (Map, X, Y, Name)
 

Variables

 Floor.Arch = None
 
 Floor.Area = Width*Height
 
 Floor.Height = int(StopXY[1])-int(StartXY[1])
 
 Floor.Name
 
 Floor.Params = Crossfire.ScriptParameters()
 
 Floor.Quantity
 
 Floor.StartXY = Params.split(":")[0].split(',')
 
 Floor.StopXY = Params.split(":")[1].split(',')
 
 Floor.t = whoami.Map.ObjectAt(i,a)
 
 Floor.TmpArch = Arch.Split(1)
 
 Floor.Value
 
 Floor.whoami = Crossfire.WhoAmI()
 
 Floor.Width = int(StopXY[0])-int(StartXY[0])
 
 Floor.XRange = range(int(StartXY[0]),int(StopXY[0]))
 
 Floor.YRange = range(int(StartXY[1]),int(StopXY[1]))