screpl.writer.scmd package

Submodules

Module contents

screpl.writer.scmd. write_scmd_const ( self , table , value ) [source]
screpl.writer.scmd. write_scmd_trigger ( self , player , conditions , actions , preserved = True ) [source]

write scmd trigger

Note

This is minimalized function to utilize for boundeditor plugin. So, there are many limitations, such as assigining trigger for more than one player.

Parameters
  • player ( int , EUDVariable ) – trigger player

  • conditions ( list ) – list of Condition

  • actions ( list , tuple ) – list of Action, or tuple of (# Actions, EUDArray of actions)

screpl.writer.scmd. writer_scmd_init ( ) [source]