Skip to main content

ar_patt_load_from_buffer

Function ar_patt_load_from_buffer 

Source
pub fn ar_patt_load_from_buffer(
    patt_handle: &mut ARPattHandle,
    buffer: &str,
) -> Result<i32, &'static str>
Expand description

Loads a pattern into the provided ARPattHandle from a text-based buffer. Returns the index of the loaded pattern.