Glyph Version 7.22.2 Mode Types - Mode |
pw:: ModeThe mode base type Derives FromSummary
getEntities
This action gets a list of entities that were included when this mode began. Parametersnone ReturnsThis action returns a list of pw::Entity objects. getAllEntities
This action gets a list of entities that are special in this mode. Parametersnone ReturnsThis action returns a list of pw::Entity objects. |
This action returns the active pw::Mode if any, or an empty string if no mode is active.
pw::Application getActiveMode
This action gets a list of entities that were included when this mode began.
$mode getEntities
This action gets a list of entities that are special in this mode.
$mode getAllEntities
This action ends this mode and saves changes made during the mode.
$mode end
This action ends this mode and discards changes made during the mode.
$mode abort