|
|
__init__(self,
mapName)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| on_mouse_release(self,
x,
y,
buttons,
modifiers) |
source code
|
|
|
|
|
|
|
|
|
|
| update_location(self,
unit,
position,
vertex=None) |
source code
|
|
|
|
| build_unit(self,
tid,
owner,
vid=-1,
uid=-1,
onInit=False) |
source code
|
|
|
|
|
|
|
| perform_research(self,
researchName,
researchFactory) |
source code
|
|
|
|
| finish_research(self,
newResearch,
owner,
researchFactory) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| server_build_unit(self,
unitName,
vid,
builder) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| build_unit_common(self,
tid,
owner,
curVertex=None,
uid=-1,
builder=None,
onInit=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _complete_build(self,
unit,
p,
uid,
onInit=False) |
source code
|
|
|
Inherited from pyglet.event.EventDispatcher:
dispatch_event,
event,
pop_handlers,
push_handlers,
remove_handler,
remove_handlers,
set_handler,
set_handlers
Inherited from pyglet.event.EventDispatcher (private):
_get_handlers,
_raise_dispatch_exception
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|