screpl.plugins.boundeditor.pattern module

PATTERN MODE

Expected TUI

1. Bound Editor - PATTERN MODE
2. [<<(Q)] [<(W)] {focused_pattern_id}/{p_count} [>(E)] [>>(R)]
3. Append(A), Insert(I), Delete(D), Test(T)
4. Wait Value(,.): 1
5.
6. Total {num_actions} actions, press 'P' to detailed action editor
7. Mode(M): Bomb, Obstacle, ObstacleDestruct
8. LClick to select location, press 'N' to confirm
9. Chosen location
screpl.plugins.boundeditor.pattern. evaluate_locations ( ) [source]

EUDFuncN

class screpl.plugins.boundeditor.pattern. PatternApp [source]

Bases: screpl.core.application.Application

Application Fields

Application Methods

index

methods

0

screpl.plugins.boundeditor.pattern.PatternApp.loop()

1

screpl.core.application.Application.on_chat()

2

screpl.core.application.Application.on_destruct()

3

screpl.plugins.boundeditor.pattern.PatternApp.on_init()

4

screpl.core.application.Application.on_resume()

5

screpl.plugins.boundeditor.pattern.PatternApp.print()

loop ( self )

AppMethodN (index=0)

on_init ( self )

AppMethodN (index=3)

print ( self , writer )

AppMethodN (index=5)

screpl.plugins.boundeditor.pattern. appendPattern ( ) [source]
screpl.plugins.boundeditor.pattern. append_action ( action ) [source]
screpl.plugins.boundeditor.pattern. deletePattern ( ) [source]
screpl.plugins.boundeditor.pattern. focus_pattern_id ( new_id ) [source]
screpl.plugins.boundeditor.pattern. insert_pattern ( ) [source]