- This wiki is out of date, use the continuation of this wiki instead
Search results
From FenixWiki
You searched for Define
There is no page titled "Define". You can create this page.
For more information about searching FenixWiki, see Help.
Showing below 15 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).
Article title matches
- Define region (854 bytes)
5: '''INT''' define_region ( <'''INT''' regionID> , <'''INT''' x> , <...
7: Defines the boundaries of a [[region]].
13: ...' regionID || - The [[regionID]] of the region to define. - Precompiler define (1,946 bytes)
4: '''#define''' <what to define> [<what it will be>]
6: ...'. This means that after this line, all ''what to define''s will be "replaced" by ''what it will be''.
12: ...e following example, we'll show it is possible to define words as "being" [[basic statements]].
14: #define StartThisShow Program
15: #define GimmeSomeShit Process
Page text matches
- PI (387 bytes)
6: ....), in thousandths of a degree. It can be used to define angles, like assigning one to the local variable ... - Restore modes (1,334 bytes)
4: Restore modes are used to define the type of restoration, needed to be applied to ... - Dump modes (1,333 bytes)
4: Dump modes are used to define the type of dump, needed to be applied to the scr... - Sandman's code convention (4,608 bytes)
26: == Defines ==
27: Defines are, like constants, written in all upper case. ...
30: #define __MYFILENAME_MYFILEEXTENSION
37: #define __NETWORK_FH
47: ...] statement wasn't used, the functions were to be defined by putting the return type in front of it, which... - Operators (3,600 bytes)
8: ...Get the [[ProcessTypeID]] of a [[ProcessType]] or define a new [[datatype]]. See [[Type]]. - Scancodes (3,405 bytes)
233: #define _R_WINDOWS 99 - Alignment modes (633 bytes)
6: ...re not available and have to be [[declare]]d or [[define]]d manually. Alternatively the values themselves ... - Rand (1,452 bytes)
26: #define RAND_MAX 32767
27: #define DRAND_RANGE (1.0/((RAND_MAX + 1)*(RAND_MAX + 1)))
28: #define irand(x) ((unsigned int) ((x) * drand ())) - Define region (854 bytes)
5: '''INT''' define_region ( <'''INT''' regionID> , <'''INT''' x> , <...
7: Defines the boundaries of a [[region]].
13: ...' regionID || - The [[regionID]] of the region to define. - Precompiler (607 bytes)
9: * Enable whole sections of code with one define
13: * [[precompiler_define|#define]] - Precompiler define (1,946 bytes)
4: '''#define''' <what to define> [<what it will be>]
6: ...'. This means that after this line, all ''what to define''s will be "replaced" by ''what it will be''.
12: ...e following example, we'll show it is possible to define words as "being" [[basic statements]].
14: #define StartThisShow Program
15: #define GimmeSomeShit Process - Precompiler ifdef (1,190 bytes)
10: Checks if ''what to check'' was previously defined in the code. If it is, the code in ''if block'' ...
24: ...ght want to just have a frame; compiled when that define is set to ''100''. - Precompiler if (891 bytes)
13: ...ght want to just have a frame; compiled when that define is set to ''100''.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).