Basic API#

Basics#

lych status#

Check the status of the game.

Returns:

status : str

Current status of the game, including server status, client status, and basic configs.

lych data pause#

Pause the game. This helps preserve game states, for example when running multiple camera captures.

lych data unpause#

Unpause the game.

Editor Visualizations#

lych data debug_line

Draw a debug line connecting the centers of a list of objects.

lych data debug_line_pts

Draw a debug line connecting a list of 3D points.

lych data clear_debug_lines

Clear all debug lines.