screpl.core.appmanager module ¶
-
class
screpl.core.appmanager.
AppManager
( su_id , su_prefix , su_prefixlen ) [source] ¶ -
Bases:
object
-
is_multiplaying
( ) [source] ¶ -
If current game have more than two humans, return true, otherwise false
-
key_press
( key , hold = None , sync = None ) [source] ¶ -
hold: list of keys, such as LCTRL, LSHIFT, LALT, etc…
-
request_update
( ) [source] ¶ -
Request update of the display buffer.
This should be called under AppMethod or AppCommand
-