aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh56
1 files changed, 1 insertions, 55 deletions
diff --git a/reference/types.hh b/reference/types.hh
index c970e35..6840fc3 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -56,13 +56,6 @@ struct TPlayerIndexLeafNode {
struct TPlayerIndexEntry Entry[10];
};
-struct TNode {
- int Type;
- int Data;
- struct TNode *Left;
- struct TNode *Right;
-};
-
struct THouseGuest {
char Name[60];
};
@@ -117,11 +110,6 @@ struct TAttackWave {
struct vector<TItemData> ExtraItem;
};
-struct TNonplayer {
- struct TCreature super_TCreature; // INHERITANCE?
- enum STATE State;
-};
-
struct TReportedStatement {
ulong StatementID;
ulong TimeStamp;
@@ -165,13 +153,7 @@ struct TMonsterhome {
int Timer;
};
-struct TCondition {
- int Type;
- ulong Text;
- struct TNode *Expression;
- int Property;
- int Number;
-};
+
struct TChannel {
ulong Moderator;
@@ -214,22 +196,6 @@ struct TMoveUseCondition {
int Parameters[5];
};
-struct TAction {
- int Type;
- ulong Text;
- int Number;
- struct TNode *Expression;
- struct TNode *Expression2;
- struct TNode *Expression3;
-};
-
-struct TBehaviour {
- struct vector<TCondition> Condition;
- struct vector<TAction> Action;
- int Conditions;
- int Actions;
-};
-
struct THouseArea {
ushort ID;
int SQMPrice;
@@ -366,26 +332,6 @@ struct TReaderThreadReply {
int Size;
};
-struct TNPC {
- struct TNonplayer super_TNonplayer;
- ulong Interlocutor;
- int Topic;
- int Price;
- int Amount;
- int TypeID;
- ulong Data;
- ulong LastTalk;
- struct vector<long_unsigned_int> QueuedPlayers;
- struct vector<long_unsigned_int> QueuedAddresses;
- int QueueLength;
- struct TBehaviourDatabase *Behaviour;
-};
-
-struct TBehaviourDatabase {
- struct vector<TBehaviour> Behaviour;
- int Behaviours;
-};
-
struct TQueryManagerConnection {
int BufferSize;
uchar *Buffer;