Property browser: Difference between revisions

Jump to navigation Jump to search
→‎Trough nasal: Some spelling and grammar
No edit summary
(→‎Trough nasal: Some spelling and grammar)
Line 56: Line 56:
  --prop:browser=position --prop:browser[1]=orientation
  --prop:browser=position --prop:browser[1]=orientation


=== Trough nasal ===
=== Opening the property browser through nasal ===
Using <code>gui.property_browser(<path>)</code> opens a property browser for path.  While it can be called more than once, though all the dialogues will be drawn on top of each other in the centre of the screen. Example:
Calling <code>gui.property_browser(<path>)</code> opens a property browser for <path>.  While it can be called more than once, though all the dialogues will be drawn on top of each other in the centre of the screen. Example:


<syntaxhighlight lang="php">
<syntaxhighlight lang="php">

Navigation menu