Writearraytofile: Difference between revisions
Jump to navigation
Jump to search
CraigFatman (talk | contribs) 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...' |
Hendricks266 (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
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. | ||
[[Category:EDuke32 specific commands]] | |||
[[Category:Gamearray manipulation]] |
Latest revision as of 16:55, 3 April 2015
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.