- class of the network player
- i.e., the Actor interfaced to a socket
Methods
|
|
Act
HandleMsg
Quit
Tell
__init__
send
|
|
Act
|
Act ( self )
|
|
HandleMsg
|
HandleMsg ( self, msg )
|
|
Quit
|
Quit ( self )
|
|
Tell
|
Tell ( self, pWhat )
|
|
__init__
|
__init__ ( self, pNames )
|
|
send
|
send ( self, pWhat )
|
|