#include <defines.h>#include <moving.h>#include <properties.h>
gehe zum Quellcode dieser Datei
Funktionen | |
| create () | |
| heart_beat () | |
| id () | |
| init () | |
| alles (str) | |
| _query_autoload () | |
| remove () | |
Variablen | |
| inherit std | thing |
| object | pl |
| _query_autoload | ( | ) |
Definiert in Zeile 53 der Datei bigbrother.c.
| alles | ( | str | ) |
| create | ( | ) |
Definiert in Zeile 9 der Datei bigbrother.c.
Benutzt create(), IS_CLONE, M_NOCHECK, M_SILENT, ME, move(), P_NAME, P_NEVERDROP, P_SHORT, P_VALUE, P_WEIGHT, pl, PL und SetProp().
00010 { 00011 ::create(); 00012 SetProp( P_SHORT, 0 ); 00013 SetProp( P_NAME, "grosser Bruder" ); 00014 SetProp( P_WEIGHT, 0 ); 00015 SetProp( P_VALUE, 0 ); 00016 SetProp( P_NEVERDROP, 1 ); 00017 if( IS_CLONE(ME) ) 00018 { 00019 move( PL, M_SILENT|M_NOCHECK ); 00020 set_heart_beat( 1 ); 00021 pl = PL; 00022 } 00023 }

| heart_beat | ( | ) |
Definiert in Zeile 25 der Datei bigbrother.c.
Benutzt destruct(), env(), M_NOCHECK, ME, move() und pl.
Wird benutzt von heart_beat().
00026 { 00027 object env; 00028 if( (env=environment()) && first_inventory(env) != ME ) 00029 { 00030 move( "room/void", M_NOCHECK ); 00031 move( env, M_NOCHECK ); 00032 } 00033 if( env!=pl ) 00034 destruct( ME ); 00035 }


| id | ( | ) |
Definiert in Zeile 37 der Datei bigbrother.c.
Wird benutzt von dumpEPObjects(), FinishNotiz(), id(), LiesNotiz(), matKey2Defstr(), realValue(), RegisterArmour(), RegisterWeapon(), RemoveFromMenu(), RemoveNotiz(), stringenize() und UpdateCounter().

| init | ( | ) |
Definiert in Zeile 39 der Datei bigbrother.c.
| public int remove | ( | ) |
Definiert in Zeile 55 der Datei bigbrother.c.
Wird benutzt von remove().

| object pl |
Definiert in Zeile 7 der Datei bigbrother.c.
Wird benutzt von _inventory(), _load_profile(), _ping(), _query_ids(), _query_name(), _query_property(), _query_title(), AddExp(), AddSin(), advance(), alles(), austreten(), becomes_pl(), beitreten(), ChannelMessage(), create(), do_remove(), dumphists(), epcount(), eppladd(), epplclr(), epplset(), epscan(), go_door(), heart_beat(), id(), LearnSkill(), long(), message(), move(), notify_player_enter(), PresentEnemies(), QueryDefend(), QueryLEP(), QueryWhoListe(), reset(), set_user(), short(), start_shadow(), stat(), team_aufnahme(), team_aufnahmewunsch() und ZeigeZettel().
| inherit std thing |
Definiert in Zeile 5 der Datei bigbrother.c.
1.6.3