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

chore: remove is prefix from constructors #202

Merged
merged 16 commits into from
Apr 7, 2024
Merged

chore: remove is prefix from constructors #202

merged 16 commits into from
Apr 7, 2024

Conversation

carlos-menezes
Copy link
Contributor

@carlos-menezes carlos-menezes commented Mar 19, 2024

Example usage:

const view = alt.WebView.create({
  url: "http://resource/client/html/index.html",
  overlay: true // previously: `isOverlay: true`
});

const audio = alt.Audio.create({
  source: "https://www.myinstants.com/media/sounds/vine-boom.mp3",
  volume: 10,
  radio: true // previously: `isRadio: true`
})

Closes #192

@carlos-menezes
Copy link
Contributor Author

Screenshot 2024-03-20 at 10 06 54

@carlos-menezes carlos-menezes changed the title chore: remove is prefix from properties chore: remove is prefix from constructors Mar 23, 2024
@carlos-menezes carlos-menezes marked this pull request as ready for review March 23, 2024 18:27
@Yiin
Copy link
Contributor

Yiin commented Apr 1, 2024

lgtm @xLuxy

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.

3 participants