screpl.plugins.string package

Submodules

Module contents

screpl.plugins.string. allocate_for_buffer ( string_id ) [source]

EUDFuncN

screpl.plugins.string. f_check_utf8 ( offset ) [source]

EUDFuncN - if string starts with OFFSET is utf-8 decodable, return 1 otherwise 0

screpl.plugins.string. f_strcpy_epd ( dstepdp , srcepdp ) [source]

EUDFuncN - dstepdp <- srcepdp returns updated dstepdp

screpl.plugins.string. plugin_get_dependency ( ) [source]

Returns list of required plugins

screpl.plugins.string. plugin_setup ( ) [source]