screpl.bridge_server.blocks.appstack module

Defines AppStackBlock

class screpl.bridge_server.blocks.appstack. AppStackBlock ( region ) [source]

Bases: screpl.bridge_server.block.BridgeBlock

Prints app names on stack

struct AppStackBlock {
    int stack_size;
    char names[2000]; // null-character separated strings
};
get_buffer_size ( ) [source]

Returns size of its contents.

Required to be overridden.

signature = b'APST'
update_content ( ) [source]

Updates contents of the block.

Use self as a pointer to contents of the block. Required to be overridden.