Skip to main content

parse_turtle_system

Function parse_turtle_system 

Source
pub fn parse_turtle_system(
    query: Query<'_, '_, (Entity, &Source, &Label, Option<&Open>), (Changed<Source>, With<TurtleLang>)>,
    commands: Commands<'_, '_>,
    prev_infos: Local<'_, HashMap<String, PrevParseInfo>>,
    config: Res<'_, ServerConfig>,
)