lsl_previous_sibling function

  1. @Native<NativeLsl_first_child>()
lsl_xml_ptr lsl_previous_sibling(
  1. lsl_xml_ptr e
)

Get the previous sibling in the children list of the parent node.

Implementation

@ffi.Native<NativeLsl_previous_sibling>()
external lsl_xml_ptr lsl_previous_sibling(lsl_xml_ptr e);