blob: cbed68126d87269b5020dba737e48b57729f0f3d [file] [log] [blame]
Zesstra953f9972017-02-18 15:37:36 +01001
2Verzeichnis der dokumentierten lfuns
3************************************
4
5* AddAction()
6
7* AddAdjective()
8
9* AddAmount()
10
11* AddClass()
12
13* AddCmd()
14
Arathorn9f893852019-11-26 19:37:43 +010015* ADDCMD() - BEISPIELE
Zesstra953f9972017-02-18 15:37:36 +010016
17* AddDefender()
18
19* AddDetail()
20
21* AddDrink()
22
23* AddExit()
24
25* AddExp()
26
27* AddExtraLook()
28
29* AddFixedObject()
30
31* AddFood()
32
33* AddFuel()
34
35* AddFun()
36
37* AddId()
38
39* AddInfo()
40
41* AddItem()
42
43* AddKnownPotion()
44
Zesstra953f9972017-02-18 15:37:36 +010045* AddMiniQuest()
46
47* AddMoney()
48
49* AddMsg()
50
51* AddPlant()
52
53* AddPluralId()
54
55* AddPursuer()
56
57* AddReadDetail()
58
59* AddResistanceModifier()
60
Zesstra953f9972017-02-18 15:37:36 +010061* AddRoomMessage()
62
63* AddRoute()
64
65* AddSingularId()
66
67* AddSmells()
68
69* AddSounds()
70
71* AddSpecialDetail()
72
73* AddSpecialExit()
74
75* AddSpecialInfo()
76
77* AddSpell()
78
79* AddToMenu()
80
81* AddTouchDetail()
82
Zesstra8bf86f52020-04-04 15:24:13 +020083* AddVItem()
Zesstraab13f8d2019-11-27 19:59:43 +010084
Zesstra953f9972017-02-18 15:37:36 +010085* AllGroups()
86
87* AllMaterials()
88
89* AssocMember()
90
91* Attack()
92
Zesstrae9a1ad42019-09-11 21:29:10 +020093* AutoAttack()
94
Zesstra953f9972017-02-18 15:37:36 +010095* BecomesNetAlive()
96
97* BecomesNetDead()
98
99* CannotSee()
100
101* ChangeMiniQuest()
102
103* ChangeReputation()
104
105* CheckFindRestrictions()
106
107* CheckLightType()
108
109* CheckResistance()
110
111* CheckSensitiveAttack()
112
113* CheckSpellFatigue()
114
115* ClearRingBuffer()
116
117* Configure()
118
119* ConvMaterialList()
120
121* CreateRingBuffer()
122
123* CustomizeObject()
124
125* Damage()
126
127* DeAssocMember()
128
129* DeclAdj()
130
131* Defend()
132
133* DefendFunc()
134
135* DefendInfo()
136
137* DefendOther()
138
139* Defend_bsp()
140
141* DeleteSpellFatigue()
142
143* DeleteTimedAttrModifier()
144
145* DiscoverDoor()
146
147* DistributeExp()
148
149* DoDecay()
150
151* DoDecayMessage()
152
153* DoUnwear()
154
155* DoUnwield()
156
157* DoWear()
158
159* DoWield()
160
161* DoorIsKnown()
162
163* Dump()
164
165* EnemyPresent()
166
167* Enter()
168
169* EvalArmour()
170
171* EvalWeapon()
172
173* ExtraAttack()
174
175* FilterArmours()
176
177* FilterClothing()
178
179* FindBestArmours()
180
181* FindBestWeapon()
182
183* FindDistantEnemyVictim()
184
185* FindDistantGroup()
186
187* FindDistantGroups()
188
189* FindEnemyVictim()
190
191* FindFarEnemyVictim()
192
193* FindGroup()
194
195* FindGroupN()
196
197* FindGroupP()
198
199* FindNearEnemyVictim()
200
201* FindPotion()
202
203* FindRangedTarget()
204
205* Flee()
206
207* FreeHands()
208
209* GetAquarium()
210
211* GetDetail()
212
213* GetDoorsMapping()
214
215* GetEnemies()
216
217* GetExits()
218
219* GetFValue()
220
221* GetFValueO()
222
223* GetFactor()
224
225* GetGroupMembers()
226
Zesstrabfab6ac2018-08-29 22:36:57 +0200227* GetHelperObject()
228
Zesstra953f9972017-02-18 15:37:36 +0100229* GetInfoArr()
230
231* GetMatMembership()
232
233* GetOffset()
234
235* GetOwner()
236
237* GetPhiolenInfos()
238
239* GetReputation()
240
241* GetReputations()
242
Zesstra0c1a85a2018-02-07 23:46:50 +0100243* GetShopItems()
244
Zesstraab13f8d2019-11-27 19:59:43 +0100245* GetVItemClones()
246
Zesstra953f9972017-02-18 15:37:36 +0100247* GetValue()
248
249* GetValueO()
250
251* Gildenproperties()
252
253* GiveMiniQuest()
254
255* GiveQuest()
256
257* GroupName()
258
259* GuardExit()
260
Zesstra0c1a85a2018-02-07 23:46:50 +0100261* GuildName()
262
Zesstra953f9972017-02-18 15:37:36 +0100263* Halt()
264
Zesstrae9a1ad42019-09-11 21:29:10 +0200265* HasExtraLook()
266
Zesstra953f9972017-02-18 15:37:36 +0100267* HasMiniQuest()
268
269* HitFunc()
270
271* Identify()
272
273* InFight()
274
275* InList()
276
277* InformAlcoholEffect()
278
279* InformDefend()
280
281* InformRowChange()
282
283* InformUnwear()
284
285* InformUnwield()
286
287* InformWear()
288
289* InformWield()
290
291* InsertEnemy()
292
293* InsertEnemyTeam()
294
295* InsertSensitiveObject()
296
297* InternalModifyAttack()
298
299* InternalModifyDefend()
300
301* IsArmour()
302
303* IsBottle()
304
305* IsClothing()
306
307* IsEnemy()
308
309* IsEqual()
310
Zesstra0c1a85a2018-02-07 23:46:50 +0100311* IsGuildMember()
312
Zesstra953f9972017-02-18 15:37:36 +0100313* IsPlayerCorpse()
314
315* IsRoom()
316
317* IsTeamLeader()
318
319* IsTeamMove()
320
321* IsUnit()
322
323* Kill()
324
325* LearnSkill()
326
327* Leave()
328
329* LimitAbility()
330
331* MaterialGroup()
332
333* MaterialList()
334
335* MaterialName()
336
337* MayAddObject()
338
339* MayAddWeight()
340
341* Message()
342
343* ModifyQuestTime()
344
345* ModifySkill()
346
347* ModifySkillAttribute()
348
349* More()
350
351* NPC_Killed_by()
352
353* NewDoor()
354
355* NoParaObjects()
356
357* NotifyDestruct()
358
359* NotifyInsert()
360
361* NotifyLeave()
362
363* NotifyMove()
364
365* NotifyPlayerDeath()
366
367* NotifyRemove()
368
369* NotifyTimedAttrModExpired()
370
371* NotifyXMAttrModLimitViolation()
372
373* Pacify()
374
375* PayIn()
376
377* PlayerQuit()
378
379* PresentEnemies()
380
381* PresentEnemyRows()
382
383* PresentPosition()
384
385* PresentRows()
386
387* PresentTeamPositions()
388
389* PresentTeamRows()
390
391* PreventFollow()
392
393* PreventInsert()
394
395* PreventInsertLiving()
396
397* PreventLeave()
398
399* PreventLeaveLiving()
400
401* PreventMove()
402
Zesstra0c1a85a2018-02-07 23:46:50 +0100403* PrintList()
404
Zesstra953f9972017-02-18 15:37:36 +0100405* Query()
406
407* QueryAllDoors()
408
409* QueryArmourByType()
410
411* QueryArrived()
412
413* QueryArticle()
414
415* QueryAttribute()
416
417* QueryAttributeOffset()
418
419* QueryBuyFact()
420
421* QueryBuyValue()
422
423* QueryCoinsPerUnits()
424
425* QueryDamage()
426
427* QueryDefend()
428
429* QueryDisguise()
430
431* QueryDoorKey()
432
433* QueryDoorStatus()
434
435* QueryDu()
436
437* QueryEnemies()
438
439* QueryFlaw()
440
441* QueryGenderString()
442
443* QueryGramsPerUnits()
444
445* QueryGroupedKeys()
446
447* QueryGuest()
448
449* QueryHealInfo()
450
451* QueryMaterial()
452
453* QueryMaterialGroup()
454
455* QueryMaxQP()
456
457* QueryMoney()
458
459* QueryName()
460
461* QueryOpenMiniQuestsForPlayer()
462
463* QueryOwn()
464
465* QueryPassengers()
466
467* QueryPosition()
468
469* QueryPossPronoun()
470
471* QueryPrayRoom()
472
473* QueryPreferedEnemy()
474
475* QueryPronoun()
476
477* QueryProp()
478
479* QueryProperties()
480
481* QueryQuest()
482
483* QueryQuestTime()
484
485* QueryRealAttribute()
486
487* QuerySellValue()
488
489* QuerySkill()
490
491* QuerySkillAbility()
492
493* QuerySkillAttribute()
494
495* QuerySkillAttributeModifier()
496
497* QuerySkillBonus()
498
499* QueryStorageRoom()
500
501* QueryTimedAttrModifier()
502
503* QueryTotalQP()
504
505* QueryUser()
506
507* QueryValidObject()
508
509* ReceiveMsg()
510
511* RegisterEvent()
512
513* RegisterHelperNPC()
514
515* RegisterHelperObject()
516
517* RemoveAdjective()
518
519* RemoveClass()
520
521* RemoveCmd()
522
523* RemoveDefender()
524
525* RemoveDetail()
526
527* RemoveExit()
528
529* RemoveExtraLook()
530
531* RemoveFixedObject()
532
533* RemoveFromMenu()
534
535* RemoveFunc()
536
537* RemoveId()
538
539* RemoveInfo()
540
541* RemoveItem()
542
543* RemoveKnownPotion()
544
545* RemovePluralId()
546
547* RemovePursuer()
548
549* RemoveReadDetail()
550
551* RemoveResistanceModifier()
552
553* RemoveRoute()
554
555* RemoveSensitiveObject()
556
557* RemoveSingularId()
558
559* RemoveSkillAttributeModifier()
560
561* RemoveSmells()
562
563* RemoveSounds()
564
565* RemoveSpecialDetail()
566
567* RemoveSpecialExit()
568
569* RemoveTouchDetail()
570
Zesstraef629dc2020-01-09 21:11:25 +0100571* RemoveVItem()
Zesstraab13f8d2019-11-27 19:59:43 +0100572
Zesstra953f9972017-02-18 15:37:36 +0100573* ResizeRingBuffer()
574
575* RingBufferGet()
576
577* RingBufferPut()
578
579* SearchPath()
580
581* SelectEnemy()
582
583* SelectFarEnemy()
584
585* SelectNearEnemy()
586
587* Set()
588
589* SetAttackChats()
590
591* SetAttr()
592
593* SetAttribute()
594
595* SetBuyFact()
596
597* SetChats()
598
599* SetCoinsPerUnits()
600
601* SetDoorStatus()
602
603* SetEnemies()
604
605* SetGramsPerUnits()
606
607* SetProp()
608
609* SetProperties()
610
611* SetRealAttribute()
612
613* SetSpellFatigue()
614
615* SetStorageRoom()
616
617* SetTimedAttrModifier()
618
619* ShowDoors()
620
621* ShowPropList()
622
623* SkillResTransfer()
624
625* SpellAttack()
626
627* SpellDefend()
628
629* SpellInform()
630
631* Start()
632
633* StopHuntFor()
634
635* StopHuntText()
636
637* SuggestArticle()
638
639* SwapRows()
640
641* TakeFlaw()
642
643* TeamFlee()
644
645* TeamMembers()
646
647* TeamPrefix()
648
649* Teleport()
650
651* TestIgnore()
652
653* TestIgnoreSimple()
654
655* TestLimitViolation()
656
657* TriggerEvent()
658
659* UnregisterEvent()
660
661* UnregisterHelperNPC()
662
663* UnregisterHelperObject()
664
665* Unwear()
666
667* UnwearArmour()
668
669* UnwearClothing()
670
671* UnwieldFunc()
672
673* UpdateAttributes()
674
675* UpdateResistanceStrengths()
676
677* UseHands()
678
679* UseSkill()
680
681* UseSpell()
682
683* Validate()
684
685* Wear()
686
687* WearArmour()
688
689* WearClothing()
690
691* WearFunc()
692
693* WieldFunc()
694
695* WithDraw()
696
697* __INIT()
698
699* _query_current_money()
700
701* _unparsed_args()
702
703* access_rights()
704
705* buffer_hp()
706
707* buffer_sp()
708
709* buy_obj()
710
711* catch_msg()
712
713* catch_tell()
714
715* check_and_update_timed_key()
716
717* check_restrictions()
718
719* check_timed_key()
720
721* clean_up()
722
723* cmd_shoot()
724
725* command_me()
726
727* consume()
728
729* create()
730
731* create_default_npc()
732
733* create_super()
734
735* defuel_drink()
736
737* defuel_food()
738
Zesstrae272ec42017-02-27 08:09:38 +0100739* depointer_adj()
740
Zesstra953f9972017-02-18 15:37:36 +0100741* deregister_modifier()
742
743* die()
744
745* doUnwearMessage()
746
747* doUnwieldMessage()
748
749* doWearMessage()
750
751* doWieldMessage()
752
753* do_damage()
754
755* do_frage()
756
757* do_unwear()
758
759* do_wear()
760
761* drink_alcohol()
762
763* drink_soft()
764
765* drop()
766
767* drop_obj()
768
769* drop_objects()
770
771* eat_food()
772
773* execute_anything()
774
775* exit()
776
777* find_obs()
778
779* get_killing_player()
780
781* give()
782
783* give_notify()
784
785* give_obj()
786
787* heal_self()
788
789* heart_beat()
790
791* id()
792
793* init()
794
795* insert_sensitive_inv()
796
797* insert_sensitive_inv_trigger()
798
799* int_long()
800
801* int_short()
802
803* is_class_member()
804
805* lfun()
806
Zesstra0c1a85a2018-02-07 23:46:50 +0100807* list()
808
Zesstra953f9972017-02-18 15:37:36 +0100809* locate_objects()
810
811* logon()
812
813* long()
814
815* make_immortal()
816
817* make_invlist()
818
819* match_ids()
820
821* move()
822
823* moved_objects()
824
825* moved_where()
826
827* muster()
828
829* name()
830
Zesstra5bf48ac2019-02-04 20:33:36 +0100831* normalize_defend_args()
832
Zesstra953f9972017-02-18 15:37:36 +0100833* notify_player_change()
834
835* pick()
836
837* pick_obj()
838
839* pick_objects()
840
841* present_objects()
842
Zesstraab13f8d2019-11-27 19:59:43 +0100843* present_vitem()
844
Zesstra953f9972017-02-18 15:37:36 +0100845* put()
846
847* put_obj()
848
849* query_prevent_shadow()
850
851* query_real_name()
852
Zesstra051ad6b2020-01-23 21:46:58 +0100853* query_userlist()
854
Zesstra953f9972017-02-18 15:37:36 +0100855* query_weight_contents()
856
857* reduce_hit_points()
858
859* reduce_spell_points()
860
861* register_modifier()
862
863* remove()
864
865* remove_multiple()
866
867* reset()
868
869* restore_hit_points()
870
871* restore_spell_points()
872
873* save_me()
874
875* second_life()
876
877* sell_obj()
878
879* set_object_next_reset()
880
881* shoot_dam()
882
883* short()
884
885* show_notify()
886
887* trigger_sensitive_attack()
888
889* trigger_sensitive_inv()
890
891* wield_me()
892
Zesstra0c1a85a2018-02-07 23:46:50 +0100893* Verzeichnis der lfuns speziell in/fuer Gilden
894
895* Verzeichnis der lfuns speziell in/fuer Spellbooks
Zesstra953f9972017-02-18 15:37:36 +0100896
897* Verzeichnis der lfuns in master()
898
899* Verzeichnis der veralteten lfuns