screpl.apps.repl module

class screpl.apps.repl. REPL [source]

Bases: screpl.core.application.Application

Application Fields

Application Methods

index

methods

0

screpl.apps.repl.REPL.loop()

1

screpl.apps.repl.REPL.on_chat()

2

screpl.core.application.Application.on_destruct()

3

screpl.core.application.Application.on_init()

4

screpl.core.application.Application.on_resume()

5

screpl.apps.repl.REPL.print()

loop ( self )

AppMethodN (index=0)

on_chat ( self , address )

AppMethodN (index=1)

print ( self , writer )

AppMethodN (index=5)

cmds ( self )

AppCommandN - Show REPL commands

help ( self )

AppCommandN - Show manual of REPL

log ( self )

AppCommandN - Start Logger application

maphack ( self )

AppCommandN - Toggle maphack of superuser

timer ( self , timer )

AppCommandN - Set trigger timer (0x6509A0) as given argument

timerOff ( self )

AppCommandN - Unset trigger timer

turbo ( self )

AppCommandN - Toggle turbo

eudturbo ( self )

AppCommandN - Toggle eudturbo

blind ( repl )

AppCommandN - Toggle blind mode

static get_output_writer ( ) [source]

returns writer object that supports to write output