Skip to content

use vector global for positions (init.lua)#62

Merged
OgelGames merged 1 commit into
mt-mods:masterfrom
The4codeblocks:patch-1
Jun 8, 2026
Merged

use vector global for positions (init.lua)#62
OgelGames merged 1 commit into
mt-mods:masterfrom
The4codeblocks:patch-1

Conversation

@The4codeblocks

Copy link
Copy Markdown
Contributor

No description provided.

@The4codeblocks

Copy link
Copy Markdown
Contributor Author

I've been notified of a comment here, yet it's absent
was it deleted?

@OgelGames

Copy link
Copy Markdown
Contributor

Yes, I'm guessing because the formatting/spacing is all over the place anyway.

@OgelGames OgelGames merged commit ec506a9 into mt-mods:master Jun 8, 2026
1 check passed
@The4codeblocks

Copy link
Copy Markdown
Contributor Author

well I did vector.offset(vec, x,y,z) intentionally, so I can get the same argument separation effect in v:offset(x,y,z) without relying on the vector being metatabled

@SwissalpS

Copy link
Copy Markdown
Contributor

You can get the same effect using 'standard' spacing rules:
vector.offset(vec, x, y, z) and v:offset(x, y, z)
I see no need to once use space and then twice not.

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