moo.sdk.output.window_write
- moo.sdk.output.window_write(obj, row, col, text)
Write
textat grid position(row, col)in the top region.textmay contain Rich markup. Equivalent towindow_cursor()followed bywindow_emit(). No-ops for non-rich clients; GMCP clients receive aWindow.Cellevent.- Parameters:
obj – the player Object whose window to paint
row (
int) – zero-based row in the top regioncol (
int) – zero-based column in the top regiontext (
str) – Rich-markup text to place at(row, col)