Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Update documentation #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The reference at
http://tibiaapi.googlecode.com/svn/trunk/documentation/class_tibia_1_1_packets_1
_1_incoming_1_1_creature_speech_packet.html#c6b915bf308695886c51e294203f891b
states the syntax is:
override void Tibia.Packets.Incoming.CreatureSpeechPacket.ToNetworkMessage(ref 
NetworkMessage msg) [virtual]

Where as in the api it states:
public override void ToNetworkMessage(NetworkMessage msg);

Original issue reported on code.google.com by skipperw...@gmail.com on 19 Feb 2011 at 9:10

GoogleCodeExporter commented 9 years ago
The source code is the true documentation in this case. The documentation on 
the site has not been updated for quite a while.

Original comment by ian320 on 21 Feb 2011 at 3:27