- This wiki is out of date, use the continuation of this wiki instead
Search results
From FenixWiki
You searched for Data
There is no page titled "Data". You can create this page.
For more information about searching FenixWiki, see Help.
Showing below up to 20 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).
No page title matches
Page text matches
- Function (1,378 bytes)
23: *it processes [[data]] located elsewhere - Process (3,375 bytes)
29: *it processes [[data]] located elsewhere - NET Changelog (5,065 bytes)
24: data. When it is 0, it won't. - Memset (2,085 bytes)
5: '''INT''' memset ( <'''VOID POINTER''' data> , <'''BYTE''' value> , <'''INT''' bytes> )
11: | '''VOID POINTER''' data || - Pointer to the block of bytes in memory - Memsetw (2,094 bytes)
5: '''INT''' memsetw ( <'''VOID POINTER''' data> , <'''WORD''' value> , <'''INT''' words> )
11: | '''VOID POINTER''' data || - Pointer to the block of words in memory. - Realloc (1,641 bytes)
5: '''VOID POINTER''' realloc ( <'''VOID POINTER''' data> , <'''INT''' size> )
9: ...s smaller than the old size, the last part of the data is lost. If the new size of the block of memory r...
13: | '''VOID POINTER''' data || - Pointer to the block of memory to be resized... - Free (1,933 bytes)
5: '''INT''' free ( <'''VOID POINTER''' data> )
13: | '''VOID POINTER''' data || - Pointer to the block of memory to be freed. - Datatypes (964 bytes)
4: Datatypes are the types which data can be. These include integers, floats, string, e...
8: category = datatypes
14: resultsfooter = \n%PAGES% datatypes
20: Program datatypes; - Graphic (1,548 bytes)
4: ...like width, height, depth and of course the pixel data. It is used to give the program a graphical look....
16: ...es, which also have coordinate and transformation data. This is done by the use of the [[local variables... - Fopen (1,086 bytes)
29: int druppels; // here's where the loaded data go
33: ...pels); // reads from the file and puts the data in druppels - Fread (1,034 bytes)
5: ... fread ( <'''INT''' filehandle> , <'''VARSPACE''' data> )
13: | '''VARSPACE''' data || - The data to read from the file (any type of variable). It ...
24: int druppels; // here's where the loaded data go
28: ...pels); // reads from the file and puts the data in druppels - Fwrite (905 bytes)
5: ...fwrite ( <'''INT''' filehandle> , <'''VARSPACE''' data> )
7: Writes data to a file loaded with [[fopen]].
13: | '''VARSPACE''' data || - The data to write to the file (any type of variable).
24: druppels; // the data to write to the file - Fclose (832 bytes)
22: int druppels; // here's where the loaded data go
26: ...pels); // reads from the file and puts the data in druppels - Struct (1,344 bytes)
2: [[Category:datatypes]]
7: ...e [[datatypes]], able to contain variables of all datatypes.
9: ...operator: ''<structname>.<membername>''. Like all datatypes, one can have a whole range of them, as disp...
14: === Multiple identical data groups ===
23: There are 10 'Ship's now. The data can be accessed like: - Load pal (1,035 bytes)
9: ...it [[FPG]] or [[MAP]] file (the remaining graphic data will not be loaded) or a [[PAL]] file. Since [[Fe... - NET SendVar (1,654 bytes)
10: ...r ( <'''WORD''' connection> , <'''BYTE POINTER''' data> , <'''INT''' length> , [<'''BYTE''' includesepar...
12: Sends data in array form or a byte, word or int or whatever ...
15: NET_SendVar( netid , &data , sizeof(data_element)*elements );
25: | '''BYTE POINTER''' data || - The pointer to the data/variable.
27: | '''INT''' length || - The length/size of the data/variable. - NET RecvVar (1,523 bytes)
10: ...r ( <'''WORD''' connection> , <'''BYTE POINTER''' data> , <'''INT''' length> , [<'''BYTE''' includesepar...
12: ...iving equivalent of [[NET_SendVar]](): stores the data at the specified pointer, unlike [[NET_GetMessage...
18: | '''BYTE''' pointer message || - The pointer the data/variable will be written to.
20: | '''INT''' length || - The length/size of the data/variable.
22: ...nection's separator will be added to the received data at the end. Default is false. - NET RecvGraph (1,195 bytes)
12: ...[[graphic]] on the specified connection. With the data received on the connection, a new graphic will be...
34: ...D]] of the [[graphic]] created using the received data. - NET RecvFile (1,232 bytes)
32: | NET_ERROR_UNFINISHEDMESSAGE || - The data in the incomingbuffer is incomplete. - NET Globals (3,277 bytes)
49: * each element contains data regarding one connection;
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).