Skip to content

YAL-GameMaker/file_raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_raw

Links: marketplace (if you want) · documentation · itch.io page

This extension exposes low-level C file functions (stdio.h) to you under

file_raw_

prefix.

These allow for buffer-styled operations on files, as well as a few extras (e.g. flushing changes to a file without costly close-reopen, or reading X characters from a file as a string).

Also, in the name of performance and not spending too much time on a free extension, it does not do too much error checking, so you might be able to crash your game if you try hard enough.

About

Low-level (`stdio.h`) C file functions for GameMaker (GMS1, GMS2+).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published