[Next] [Up] [Previous] [Contents]
Next: About this document ... Up: NannyMUD LPC Previous: 11. Tips, Traps and


Index


:  | 4.7 | 4.9 | = | 4.13 | 4.13 |  | = | 
#define : 6.10 | 6.10
#echo : 6.10
#elif : 6.10
#else : 6.10
#endif : 6.10
#if : 6.10
#ifdef : 6.10
#ifndef : 6.10
#include : 6.10 | 6.10
#line : 6.10
#pragma : 4.2
save_types : 4.2 | 6.10 | 12.1
strict_types : 4.2 | 6.3 | 6.4 | 6.10 | 7.2 | 12.1 | 12.4
#undef : 6.10
~ : 4.7 | 4.13
(type) : 4.11 | 4.13
* : 4.6 | 4.13
*= : 4.10 | 4.13
+ : 4.6 | 4.13
++ : 4.8 | 4.8 | 4.13 | 4.13
+= : 4.10 | 4.13
, (comma) : 4.11 | 4.13
- : 4.6 | 4.13 | 4.13
- : 4.8 | 4.8 | 4.13 | 4.13
-> : 4.11 | 4.13
-= : 4.10 | 4.13
.. : 4.11 | 4.13
/ : 4.6 | 4.13
/= : 4.10 | 4.13
:: : 4.11 | 4.13 | 12.4
> : 4.7 | 4.13
>> : 4.9 | 4.13
>>= : 4.10 | 4.13
>= : 4.7 | 4.13
< : 4.7 | 4.13
<< : 4.9 | 4.13
<<= : 4.10 | 4.13
<= : 4.7 | 4.13
& : 4.9 | 4.13
&& : 4.7 | 4.13
&= : 4.10 | 4.13
% : 4.6 | 4.13
%= : 4.10 | 4.13
= : 4.7 | 4.13 | 4.13
== : 4.7 | 4.13
?: : 4.12 | 4.13
[ ] : 4.11 | 4.13 | 7.1
^ : 4.9 | 4.13
^ = : 4.10
^= : 4.13
array : 4.3
arrays : 4.3 | 7.2 | 12.2
not initialising : 12.4
assignment : 4.10
block : 5.1
block structure : 6.8
break : 5.9 | 12.2
call_other : 4.11 | 4.13
on a zero : 12.4
clones : 3.2
cloning : 3.2
comments : 6.11
compound statement : 5.1
constant : 4.4 | 4.4
integer : 4.4
string : 4.4
continue : 5.9 | 12.2
declared : 4.5
decrement operator : 4.8 | 4.8 | 4.13 | 4.13
do : 5.7
documentation : 3.4
driver : 3.1
efuns : 6.1
returning zero : 12.4
else-if : 5.3
evaluated nodes : 4.14
external functions : 6.1
false : 3.3
false value : 3.3
file access : 12.2
float : 4.3 | 4.3
flow control : 5
for : 5.6
foreach : 5.8 | 12.2
function
reset : 3.2
function arguments
arrays : 7.4
mappings : 7.4
strings : 7.4
too few : 6.2
too many : 6.2
with type : 6.3
without type : 6.2
wrong number of : 12.4
function calls
avoid : 12.2
functions : 6 | 6.2 | 6.3
calling non-existsing : 6.6
external : 6.1
local : 6.1
prototyping : 6.4
scope : 6.7
simulated external : 6.1
types of : 6.3
with type : 6.3
without type : 6.2
global variables : 4.2 | 4.5
identifier : 4.1
valid : 4.1
if-else : 5.2
increment operator : 4.8 | 4.8 | 4.13 | 4.13
index operator : 7.1
index range : 12.4
inheritance : 8.1 | 12.2 | 12.4
private : 8.1
static : 8.1
init : 12.4
int : 4.3 | 4.3
integer
constant : 4.4
interpreter : 3.1
keywords : 4.1 | 10
list : 4.1
LPC : 4.1 | 10
reserved : 4.1
Lars Pensjö : 3.1
lfun
reset : 3.2
lfuns : 6.1
load-time : 3.2
loading : 3.2
local functions : 6.1
loops : 12.4
avoid : 12.2
do : 5.7
for : 5.6
foreach : 5.8
nested : 12.2
optimise : 12.2
while : 5.5
LPC : 3.1
keywords : 4.1 | 10
object : 3.2
what is : 3.1
mapping : 4.3 | 4.3 | 7.3
not initialising : 12.4
sorted : 12.2 | 12.2 | 12.2
master : 3.2
master object : 3.2
mixed : 4.3 | 4.3
modifier : 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 6.3 | 6.3 | 6.3 | 6.3 | 6.3
nomask : 4.3 | 4.3 | 6.3
private : 4.3 | 4.3 | 6.3 | 8.1
public : 4.3 | 4.3 | 6.3
static : 4.3 | 4.3 | 6.3 | 8.1
type : 6.3 | 8.1
varargs : 6.3 | 12.4
move_object : 12.4
nodes : 4.14
nomask : 4.3 | 4.3 | 6.3
object : 3.2 | 4.3 | 4.3
clones : 3.2
cloning : 3.2
loading : 3.2
LPC : 3.2
master : 3.2
running code in destructed : 12.4
object oriented : 3.1
OO : 3.1
operator
decrement : 4.8 | 4.8 | 4.13 | 4.13
increment : 4.8 | 4.8 | 4.13 | 4.13
index : 7.1
overloading : 8.2
precedence : 4.13
ternary : 4.12
wrong type to : 12.4
optimisation : 12.2
optimise
loops : 12.2 | 12.2 | 12.2 | 12.2 | 12.2
order of evaluation : 4.13
overloading : 8.2 | 12.4
Pensjö, Lars : 3.1
player
active : 12.4
input : 12.4
precedence : 4.13
preprocessor : 6.10
failings of : 6.10
private : 4.3 | 4.3 | 6.3
public : 4.3 | 4.3 | 6.3
recursion : 6.9
reserved words : 10
reset : 3.2 | 12.4
return : 6.5
copy : 6.5
reference : 6.5
run-time : 3.2
scope : 6.7
functions : 6.7
global variables : 6.7
local variables : 6.7
security : 9.1
sfuns : 6.1
shadows : 9.1
simulated external functions : 6.1
single-threaded : 12.4
sprintf : 12.2 | 12.2
statement : 5.1
compound : 5.1
static : 4.3 | 4.3 | 6.3
status : 4.3 | 4.3
string : 4.3 | 4.3
constant : 4.4
strings : 7.1
switch : 5.4
instead of if-elseif : 12.2
ternary operator : 4.12
transfer : 12.4
true : 3.3
truth : 3.3
truth value : 3.3
type : 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3 | 4.3
float : 4.3 | 4.3
int : 4.3 | 4.3
mapping : 4.3 | 4.3
mixed : 4.3 | 4.3
object : 4.3 | 4.3
status : 4.3 | 4.3
string : 4.3 | 4.3
void : 4.3
type cast : 4.11 | 4.13
type check : 4.2
type checking : 4.2 | 4.2
type modifier : 6.3
typechecking : 6.3
value
false : 3.3
true : 3.3
truth : 3.3
varargs : 6.3
variable
assignement : 4.10
variables : 4.5
global : 4.2 | 4.5
initialised : 4.2 | 4.5
virtual compiling : 9.2
void : 4.3 | 6.3
what is
LPC : 3.1
while : 5.5



Mats Henrik Carlberg
1998-03-25