Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripting: Added FileFormat.nameFilter #3994

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

bjorn
Copy link
Member

@bjorn bjorn commented Jun 28, 2024

Exposes the file name filter used by a file format.

> tiled.mapFormat("tmx").nameFilter
$1 = Tiled map files (*.tmx *.xml)
> tiled.mapFormat("json").nameFilter
$2 = JSON map files (*.tmj *.json)
> tiled.mapFormat("lua").nameFilter
$3 = Lua files (*.lua)

Exposes the file name filter used by a file format.
@bjorn bjorn merged commit ee52b20 into mapeditor:master Jul 3, 2024
17 checks passed
@bjorn bjorn deleted the fileformat-namefilter branch July 3, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant