Feedback
- press ENTER to search or ESC to cancel
Table of content
Globals namespaces
Constants
- Align
- AniDir
- BlendMode
- BrushPattern
- BrushType
- ColorMode
- FilterChannels
- Ink
- MouseButton
- MouseCursor
- RangeType
- SelectionMode
- SpriteSheetDataFormat
- SpriteSheetType
- WebSocketMessageType
Classes/objects
- Brush
- Cel
- Color
- ColorSpace
- Dialog
- Editor
- Events
- Frame
- GraphicsContext
- Grid
- Image
- ImageSpec
- KeyEvent
- Layer
- MouseEvent
- Palette
- Plugin
- Point
- Properties
- Range
- Rectangle
- Selection
- Site
- Size
- Slice
- Sprite
- Tag
- Tile
- Tileset
- Timer
- Tool
- TouchEvent
- Version
- Uuid
- WebSocket
- Window
OpenFile
app.command.OpenFile {
ui=bool,
filename=string,
folder=string,
repeat_checkbox=bool,
oneframe=bool,
sequence=string
}
Opens a file, or sequence of files (UI only through the dialog)
ui
: Shows the file opening dialog,true
by default.filename
: The filename to openfolder
: Folder to pre-fill the dialog (with UI only)repeat_checkbox
: Whether the file renaming actions for sequences will show a dialogue or use the givensequence
(UI only)sequence
: One of"ask"
,"yes"
, or"no"
.