File: Games\WW2\Game.js

GamesByEmail
Class WW2PlacePurchasedUnitTarget

Object
  
 
 
GamesByEmail.WW2PlacePurchasedUnitTarget

All Implemented Interfaces:

Class


GamesByEmail.WW2PlacePurchasedUnitTarget

implements Foundation.Class

Constructor Summary
GamesByEmail.WW2PlacePurchasedUnitTarget(purchasedUnit, territory)

Method Summary
 canManufactureAnother()
 canTakeMore(unit)
 dispose()
 place(unit)
 process()
 unplace(unit)
 unprocess()

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

WW2PlacePurchasedUnitTarget

GamesByEmail.WW2PlacePurchasedUnitTarget(purchasedUnit,
                                         territory)
Parameters:
purchasedUnit - 

territory - 

Method Detail

canManufactureAnother

canManufactureAnother()

canTakeMore

canTakeMore(unit)
Parameters:
unit - 


dispose

dispose()
Overrides:
dispose in class Class

place

place(unit)
Parameters:
unit - 


process

process()

unplace

unplace(unit)
Parameters:
unit - 


unprocess

unprocess()