This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
Pixel-Composer
Watch
1
Star
0
Fork
You've already forked Pixel-Composer
0
mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced
2024-12-26 15:06:22 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d07b2ab601
Pixel-Composer
/
scripts
/
safe_operation
/
safe_operation.gml
3 lines
69 B
Text
Raw
Normal View
History
Unescape
Escape
GameMaker Studio repository created.
2022-01-13 05:24:03 +01:00
function safe_mod(numb, modd) {
Trail
2023-02-20 10:16:31 +01:00
return modd == 0? 0 : numb % modd;
GameMaker Studio repository created.
2022-01-13 05:24:03 +01:00
}
Reference in a new issue
Copy permalink