Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/lfun/GetValueO b/doc/lfun/GetValueO
new file mode 100644
index 0000000..e55b8f3
--- /dev/null
+++ b/doc/lfun/GetValueO
@@ -0,0 +1,36 @@
+FUNKTION:
+
+	varargs int GetValueO(string vname, mapping map, object pl) 
+
+
+ARGUMENTE:
+
+	vname	: name des parameters aus dem spellmapping
+	map   	: spellmapping
+	pl 	: caster
+
+
+BESCHREIBUNG:
+
+	Berechnet den Wert und den Offset des Parameters in spellmapping.
+
+
+RUECKGABEWERT:
+
+	Berechneter Wert+Offset aus dem Spellmapping.
+
+
+BEMERKUNGEN:
+
+	Ruft GetValue(vname,map,pl)+GetOffset(vname,map,pl) auf.
+
+
+BEISPIEL:
+
+	xxx=GetValueO(SI_SKILLDAMAGE,sinfo,caster);
+
+Siehe auch:
+
+	"GetValue", "GetFactor", "GetOffset", "GetFValue", "GetFValueO"
+
+	Ausfuehrliches Beispiel siehe "GetFValueO".