JAVASCRIPT REQUIRED
File System and Operating System
Files
directory_copy(dirname,newname,prompt)
Copies all contents of a directory to another location.
file_bin_seek_relative(file,pos)
Moves the position pointer of the given file forwards or backwards relative to its current position.
file_bin_read_word(file,size,bigend)
Reads an integer word of the given size from a binary file in big-endian or little-endian format.
file_bin_write_word(file,size,bigend,val)
Writes an integer word of the given size to a binary file in big-endian or little-endian format.
GMLscripts.com
New User
Forgot Password
Script News
Script Index
Submit A Script
Code Highlighter
PayPal Donation
Follow on Twitter
Subscribe to RSS
GMLjoint Forums
Math & Computation
Array Functions
Bitwise Operations
Data & Number Conversion
Date-Time Functions
Distance Functions
Encryption Functions
Geometric Functions
Parametric Functions
Probability Functions
Real-valued Functions
String Handling Functions
Game Play
Artificial Intelligence
Collision Checking
Instances
Moving Around
User Interaction
The Mouse
The Joystick
Game Graphics
Background Functions
Color Manipulation
Drawing Shapes
Fonts and Text
Sprite Functions
Surface Functions
3D Graphics
Model Functions
Sound
No Scripts Available
Resources
Sprite Resources
Resource Management
File System & OS
File Functions
Data Structures
Grid Functions
List Functions
Map Functions
Networking
No Scripts Available