We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the Weekly Digest for Seniru/Module-API-TFM:
Last week, no issues were created.
Last week, no pull requests were created, updated or merged.
Last week there was 1 commit. 🛠️ feat: Supported tfm.exec.addParticleMethod method - Supported tfm.exec.addParticle(particleType, xPosition, yPosition, xSpeed, ySpeed, xAcceleration, yAcceleration, targetPlayer) method - Created a new Particle class which could create particles easily - Added a new field particles under tfm.get.data. The particles table is implemented in the following structure ```lua particles = { all = {}, -- holding global particles head = nil -- holds the last spawned global particle [playerName] = { -- holds particles related to a particular player all = {}, head = nil } - Added test cases for both Particle.lua and for the new mthod under tfm.exec namespace related: #20 by Seniru
Last week there was 1 contributor. 👤 Seniru
Last week there were no stargazers.
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository Seniru/Module-API-TFM to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for Seniru/Module-API-TFM:
ISSUES
Last week, no issues were created.
PULL REQUESTS
Last week, no pull requests were created, updated or merged.
COMMITS
Last week there was 1 commit.
🛠️ feat: Supported tfm.exec.addParticleMethod method - Supported tfm.exec.addParticle(particleType, xPosition, yPosition, xSpeed, ySpeed, xAcceleration, yAcceleration, targetPlayer) method - Created a new Particle class which could create particles easily - Added a new field particles under tfm.get.data. The particles table is implemented in the following structure ```lua particles = { all = {}, -- holding global particles head = nil -- holds the last spawned global particle [playerName] = { -- holds particles related to a particular player all = {}, head = nil } - Added test cases for both Particle.lua and for the new mthod under tfm.exec namespace related: #20 by Seniru
CONTRIBUTORS
Last week there was 1 contributor.
👤 Seniru
STARGAZERS
Last week there were no stargazers.
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository Seniru/Module-API-TFM to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: