Writearraytofile: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with ''''writearraytofile''' <array name> <quote number> Saves all content of a gamearray into a file specified by quote. Later the file can be read with ''readarrayfromfile''. Ea...'
 
No edit summary
Line 1: Line 1:
'''writearraytofile''' <array name> <quote number>
'''writearraytofile''' <array name> <quote number>


Saves all content of a [[gamearray]] into a file specified by quote. Later the file can be read with ''readarrayfromfile''. Each element will be stored by 4 bytes of data.
Saves all content of a [[gamearray]] into a file specified by a quote. Later the file can be read with ''readarrayfromfile''. Each element will be stored by 4 bytes of data.

Revision as of 11:59, 8 July 2010

writearraytofile <array name> <quote number>

Saves all content of a gamearray into a file specified by a quote. Later the file can be read with readarrayfromfile. Each element will be stored by 4 bytes of data.