[Crossfire-wiki] [Crossfire DokuWiki] page changed: dev:object_fields
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Thu Jan 4 08:38:40 CST 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/01/04 08:38
User :
Edit Summary: update
@@ -15,13 +15,17 @@
Type: pl *
Meaning:
* pointer to the player which control this object. Will only be set for the player's object itself, and not items in inventory.
+
==== next ====
Type: obj *
- Meaning: Pointer to the next object in the free/used list
+ Meaning:
+ * pointer to the next object in the free/used list. Should not be used much.
+
+ FIXME check ''server/c_object.c:840'', line ''for (tmp=op->below; tmp!=NULL; tmp=tmp->next)'' sounds suspicious (should probably be ''tmp->below'').
==== prev ====
Type: obj *
IP-Address : 62.23.167.225
Old Revision: http://wiki.metalforge.net/doku.php/dev:object_fields?rev=1167921116
New Revision: http://wiki.metalforge.net/doku.php/dev:object_fields
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list